Refactor the implementation of the TargetOptions out of TargetMachine, taking
[oota-llvm.git] / lib / Target / CMakeLists.txt
index cc2462551e113546f192b5c2d781f2760c6453b2..28f1ebbdabd7131cee965b412a80f4501a12c1a3 100644 (file)
@@ -9,6 +9,7 @@ add_llvm_library(LLVMTarget
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
+  TargetOptions.cpp
   TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
   )