X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand.
[oota-llvm.git] / lib / Target / X86 / CMakeLists.txt
index 05534233599e28db6ffce7677d41c7b8fde22bdf..346d6c854179bd33d3acbbd39c171c8535df7ecb 100644 (file)
@@ -22,14 +22,14 @@ set(sources
   X86ISelLowering.cpp
   X86InstrInfo.cpp
   X86JITInfo.cpp
+  X86MCAsmInfo.cpp
   X86RegisterInfo.cpp
   X86Subtarget.cpp
-  X86TargetAsmInfo.cpp
   X86TargetMachine.cpp
   X86FastISel.cpp
   )
 
-if( CL_64 )
+if( CMAKE_CL_64 )
   enable_language(ASM_MASM)
   set(sources ${sources} X86CompilationCallback_Win64.asm)
 endif()