Add skeleton target-specific SelectionDAGInfo files.
[oota-llvm.git] / lib / Target / X86 / CMakeLists.txt
index cac32dbb0b2904fbebf012bef6a0bd952d5a371d..da6bb9140d05bd165134466aa184773d96ba70ae 100644 (file)
@@ -34,6 +34,7 @@ set(sources
   X86TargetMachine.cpp
   X86TargetObjectFile.cpp
   X86FastISel.cpp
+  X86SelectionDAGInfo.cpp
   )
 
 if( CMAKE_CL_64 )