adding readability-identifier-naming to llvm clang-tidy configuration.
[oota-llvm.git] / CMakeLists.txt
index fc46413640c513dbbd0a55d2752b7181b942ea7b..c4ff8f3cd28bdb02ab20aa4ecf2efe79b460c485 100644 (file)
@@ -301,6 +301,9 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 option(LLVM_USE_OPROFILE
   "Use opagent JIT interface to inform OProfile about JIT code" OFF)
 
+option(LLVM_EXTERNALIZE_DEBUGINFO
+  "Generate dSYM files and strip executables and libraries (Darwin Only)" OFF)
+
 # If enabled, verify we are on a platform that supports oprofile.
 if( LLVM_USE_OPROFILE )
   if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )