[llvm-branch-commits] [cfe-branch] r102854 - /cfe/branches/Apple/cremebrulee-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Sat May 1 22:14:49 PDT 2010
Author: ddunbar
Date: Sun May 2 00:14:49 2010
New Revision: 102854
URL: http://llvm.org/viewvc/llvm-project?rev=102854&view=rev
Log:
Enable completion logging.
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=102854&r1=102853&r2=102854&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Sun May 2 00:14:49 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
+Clang_Extra_Options := -g -DDISABLE_SMART_POINTERS -DUDP_CODE_COMLETION_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