]> granicus.if.org Git - clang/commit
Devise a package-private means to determine the LLVM version string
authorAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 06:58:25 +0000 (06:58 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 06:58:25 +0000 (06:58 +0000)
commit7ea7c590eb103c9b7b4998b4636f5bef07832550
tree0693146992ea72413eeeeb252418ada5e869d51d
parent6e650a52d12a356ff58a79e43d82588e8c64a378
Devise a package-private means to determine the LLVM version string

This will unbreak clang vendor builds as a follow-up to r210238, now that we
can't poke into LLVM's private config.h (nor should the string be exposed by
llvm-config.h).

This hopefully removes for good the last include of LLVM's config.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210313 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
include/clang/Config/config.h.cmake
include/clang/Config/config.h.in
lib/Basic/Version.cpp
lib/Frontend/CompilerInstance.cpp