[cfe-commits] r83654 - /cfe/tags/Apple/clang/Makefile
Mike Stump
mrs at apple.com
Fri Oct 9 10:36:45 PDT 2009
Author: mrs
Date: Fri Oct 9 12:36:45 2009
New Revision: 83654
URL: http://llvm.org/viewvc/llvm-project?rev=83654&view=rev
Log:
Set vendor information.
Modified:
cfe/tags/Apple/clang/Makefile
Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=83654&r1=83653&r2=83654&view=diff
==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Fri Oct 9 12:36:45 2009
@@ -26,7 +26,7 @@
endif
# Set makefile variables to pass during build and install.
-Clang_Make_Variables := KEEP_SYMBOLS=1
+Clang_Make_Variables := KEEP_SYMBOLS=1 CLANG_VENDOR=Apple
ifeq ($(Clang_Driver_Mode), Production)
Clang_Make_Variables += CLANG_IS_PRODUCTION=1
else ifeq ($(Clang_Driver_Mode), Development)
More information about the cfe-commits
mailing list