summaryrefslogtreecommitdiffstats
path: root/llvm/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-02-03 22:47:59 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-02-03 22:47:59 +0000
commitae1b988a6b5803019a24b0f18c5f3a626eccadb8 (patch)
treed08143df2c80dbbd5181be3101db30f7a1cd2552 /llvm/CMakeLists.txt
parent58f8b590e132dd74ad9035a82369205a95d807e8 (diff)
downloadbcm5719-llvm-ae1b988a6b5803019a24b0f18c5f3a626eccadb8.tar.gz
bcm5719-llvm-ae1b988a6b5803019a24b0f18c5f3a626eccadb8.zip
Moved to Clang's source tree its configuration options and associated
macros. llvm-svn: 124824
Diffstat (limited to 'llvm/CMakeLists.txt')
-rw-r--r--llvm/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index aaf6e9cb9a7..e436c1c757c 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -101,9 +101,6 @@ else( MSVC )
CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
endif( MSVC )
-set(CLANG_RESOURCE_DIR "" CACHE STRING
- "Relative directory from the Clang binary to its resource files.")
-
option(LLVM_ENABLE_CBE_PRINTF_A "Set to ON if CBE is enabled for printf %a output" ON)
if(LLVM_ENABLE_CBE_PRINTF_A)
set(ENABLE_CBE_PRINTF_A 1)
@@ -118,9 +115,6 @@ option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpret
set(FFI_LIBRARY_DIR "" CACHE PATH "Additional directory, where CMake should search for libffi.so")
set(FFI_INCLUDE_DIR "" CACHE PATH "Additional directory, where CMake should search for ffi.h or ffi/ffi.h")
-set(C_INCLUDE_DIRS "" CACHE STRING
- "Colon separated list of directories clang will search for headers.")
-
set(LLVM_TARGET_ARCH "host"
CACHE STRING "Set target to use for LLVM JIT or use \"host\" for automatic detection.")
OpenPOWER on IntegriCloud