[llvm-branch-commits] [cfe-branch] r104144 - /cfe/branches/Apple/cremebrulee-IB/Makefile
Ted Kremenek
kremenek at apple.com
Wed May 19 12:02:42 PDT 2010
Author: kremenek
Date: Wed May 19 14:02:42 2010
New Revision: 104144
URL: http://llvm.org/viewvc/llvm-project?rev=104144&view=rev
Log:
Fix typo in -D option.
Modified:
cfe/branches/Apple/cremebrulee-IB/Makefile
Modified: cfe/branches/Apple/cremebrulee-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/cremebrulee-IB/Makefile?rev=104144&r1=104143&r2=104144&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Wed May 19 14:02:42 2010
@@ -11,7 +11,7 @@
# Select optimization flags to use.
Clang_Optimize_Option := -O2
# Additional arbitrary compiler options.
-Clang_Extra_Options := -g -DDISABLE_SMART_POINTERS -DUDP_CODE_COMLETION_LOGGER='"17.224.14.219"' -DUDP_CODE_COMPLETION_LOGGER_PORT=4080
+Clang_Extra_Options := -g -DDISABLE_SMART_POINTERS -DUDP_CODE_COMPLETION_LOGGER='"17.224.14.219"' -DUDP_CODE_COMPLETION_LOGGER_PORT=4080
# Enable use of clang++?
Clang_Enable_CXX := 1
# Build all LLVM tools; not just clang?
More information about the llvm-branch-commits
mailing list