X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FCMakeLists.txt;h=346d6c854179bd33d3acbbd39c171c8535df7ecb;hb=ec2e4679fd06c1a31f04f2f312f87d924ce43957;hp=05534233599e28db6ffce7677d41c7b8fde22bdf;hpb=933849324e8e98044bee079213aaf826a432ce9a;p=oota-llvm.git diff --git a/lib/Target/X86/CMakeLists.txt b/lib/Target/X86/CMakeLists.txt index 05534233599..346d6c85417 100644 --- a/lib/Target/X86/CMakeLists.txt +++ b/lib/Target/X86/CMakeLists.txt @@ -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()