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

Daniel Dunbar daniel at zuster.org
Wed May 19 16:17:45 PDT 2010


Author: ddunbar
Date: Wed May 19 18:17:45 2010
New Revision: 104177

URL: http://llvm.org/viewvc/llvm-project?rev=104177&view=rev
Log:
Fix misquoting of UDP_CODE_COMPLETION_LOGGER.

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=104177&r1=104176&r2=104177&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Wed May 19 18:17:45 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