Privatize the ConstantFP table. I'm on a roll!
[oota-llvm.git] / CMakeLists.txt
index 31b1f3063bb06bddf439b99bd4791b83f8db737f..d97ac8d8f6f6ce136a3690bad893ad3b6ce0801a 100644 (file)
@@ -63,10 +63,6 @@ set(LLVM_ALL_TARGETS
   XCore
   )
 
-# List of targets whose asmprinters need to be forced to link
-# into executables on some platforms (i.e. Windows):
-set(LLVM_ASMPRINTERS_FORCE_LINK X86 PowerPC)
-
 if( MSVC )
   set(LLVM_TARGETS_TO_BUILD X86
     CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
@@ -264,6 +260,7 @@ add_subdirectory(lib/MC)
  foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(lib/Target/${t})
+  add_subdirectory(lib/Target/${t}/TargetInfo)
   if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/AsmPrinter/CMakeLists.txt )
    add_subdirectory(lib/Target/${t}/AsmPrinter)
     set(LLVM_ENUM_ASM_PRINTERS