don't test for codegen of 'store undef'
[oota-llvm.git] / CMakeLists.txt
index 9474ca819bd14b8ca55c11a5af03d407011caf4b..471b45eb81369248d06bea0ea0f4f560ae20c19b 100644 (file)
@@ -81,6 +81,9 @@ set(LLVM_ALL_TARGETS
   XCore
   )
 
+# List of targets with JIT support:
+set(LLVM_TARGETS_WITH_JIT X86 PowerPC ARM)
+
 if( MSVC )
   set(LLVM_TARGETS_TO_BUILD X86
     CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")