[llvm-branch-commits] [cfe-branch] r126519 - /cfe/branches/Apple/lemur-IB/Makefile
Douglas Gregor
dgregor at apple.com
Fri Feb 25 13:44:31 PST 2011
Author: dgregor
Date: Fri Feb 25 15:44:31 2011
New Revision: 126519
URL: http://llvm.org/viewvc/llvm-project?rev=126519&view=rev
Log:
Pass the project source version along to the Clang executable version
Modified:
cfe/branches/Apple/lemur-IB/Makefile
Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=126519&r1=126518&r2=126519&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Fri Feb 25 15:44:31 2011
@@ -106,6 +106,7 @@
"-DLLVM_INCLUDE_TESTS:=OFF" \
"-DLLVM_BUILD_EXAMPLES:=OFF" \
"-DLLVM_BUILD_TESTS:=OFF" \
+ "-DCLANG_EXECUTABLE_VERSION:STRING=$(RC_PROJECTSOURCEVERSION)" \
-G "$(GENERATOR_NAME)" \
"$(SRCROOT)\src"
More information about the llvm-branch-commits
mailing list