[llvm-branch-commits] [cfe-branch] r104198 - /cfe/branches/Apple/cremebrulee-IB/Makefile

Daniel Dunbar daniel at zuster.org
Wed May 19 17:50:41 PDT 2010


Author: ddunbar
Date: Wed May 19 19:50:40 2010
New Revision: 104198

URL: http://llvm.org/viewvc/llvm-project?rev=104198&view=rev
Log:
Sigh, another quoting fix.

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=104198&r1=104197&r2=104198&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Wed May 19 19:50:40 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_COMPLETION_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