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

Ted Kremenek kremenek at apple.com
Fri May 21 15:55:16 PDT 2010


Author: kremenek
Date: Fri May 21 17:55:15 2010
New Revision: 104393

URL: http://llvm.org/viewvc/llvm-project?rev=104393&view=rev
Log:
Disable code completion statistics 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=104393&r1=104392&r2=104393&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/Makefile (original)
+++ cfe/branches/Apple/cremebrulee-IB/Makefile Fri May 21 17:55:15 2010
@@ -11,7 +11,8 @@
 # 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
+# NOTE: Add the following to Clang_Extra_Options to enable code completion logging: -DUDP_CODE_COMPLETION_LOGGER='\"17.224.14.219\"' -DUDP_CODE_COMPLETION_LOGGER_PORT=4080
+Clang_Extra_Options    := -g -DDISABLE_SMART_POINTERS
 # Enable use of clang++?
 Clang_Enable_CXX       := 1
 # Build all LLVM tools; not just clang?





More information about the llvm-branch-commits mailing list