projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bfb2ef
)
[CMake] Pass CLANG_VERSION_* variables into later stages
author
Chris Bieneman
<beanz@apple.com>
Wed, 21 Sep 2016 20:43:43 +0000
(20:43 +0000)
committer
Chris Bieneman
<beanz@apple.com>
Wed, 21 Sep 2016 20:43:43 +0000
(20:43 +0000)
When supporting overriding clang versions we also need to pass those through to the next stage so they remain overridden.
llvm-svn: 282109
clang/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/CMakeLists.txt
b/clang/CMakeLists.txt
index
7efef3c
..
12f79df
100644
(file)
--- a/
clang/CMakeLists.txt
+++ b/
clang/CMakeLists.txt
@@
-549,6
+549,9
@@
if (CLANG_ENABLE_BOOTSTRAP)
LLVM_VERSION_MAJOR
LLVM_VERSION_MINOR
LLVM_VERSION_PATCH
+ CLANG_VERSION_MAJOR
+ CLANG_VERSION_MINOR
+ CLANG_VERSION_PATCHLEVEL
LLVM_VERSION_SUFFIX
LLVM_BINUTILS_INCDIR
CLANG_REPOSITORY_STRING