[llvm-branch-commits] [cfe-branch] r116564 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Thu Oct 14 20:31:24 PDT 2010
Author: ddunbar
Date: Thu Oct 14 22:31:24 2010
New Revision: 116564
URL: http://llvm.org/viewvc/llvm-project?rev=116564&view=rev
Log:
Disable LLVM_VERSION_INFO setting for now, it causes problems with the tests
that try to use compile options, but can't be bothered to escape things
properly.
Modified:
cfe/branches/Apple/whitney-IB/ClangBNI.mk
Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=116564&r1=116563&r2=116564&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Thu Oct 14 22:31:24 2010
@@ -207,7 +207,10 @@
# Set extra compile options.
Extra_Options := $(Clang_Extra_Options)
-Extra_Options += -DLLVM_VERSION_INFO='\"from Apple Clang $(Clang_Version) (build $(SourceVersion))\"'
+
+# Disabled for now, stupid LLVM tests mess up with embedded quotes.
+#
+#Extra_Options += -DLLVM_VERSION_INFO='\"from Apple Clang $(Clang_Version) (build $(SourceVersion))\"'
# Set configure flags.
Common_Configure_Flags = \
More information about the llvm-branch-commits
mailing list