The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".
[oota-llvm.git] / CMakeLists.txt
index c6036f02bd02fc62fe0e34e10274a01ae57dcfd0..4e48ef6b59404108446c9e5a859006267ffa1bc4 100644 (file)
@@ -70,6 +70,9 @@ else( MSVC )
     CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
 endif( MSVC )
 
+set(LLVM_TARGET_ARCH "host"
+  CACHE STRING "Set target to use for LLVM JIT or use \"host\" for automatic detection.")
+
 option(LLVM_ENABLE_THREADS "Use threads if available." ON)
 
 if( uppercase_CMAKE_BUILD_TYPE STREQUAL "RELEASE" )