X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=8a1a05863746adcf06ca7faebb035258270fe5f6;hb=1d871c5e547996a8dd5192e48d22aadf11cd2a9d;hp=82d400bf44344c500f02ee3dec72ff6bfdd35131;hpb=ed47a0409b187d5dcd2bddfd054326fc809d00ae;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 82d400bf443..8a1a0586374 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -1,9 +1,24 @@ add_llvm_library(LLVMMC + MCAsmInfo.cpp + MCAsmInfoCOFF.cpp + MCAsmInfoDarwin.cpp MCAsmLexer.cpp MCAsmParser.cpp MCAsmStreamer.cpp + MCAssembler.cpp + MCCodeEmitter.cpp MCContext.cpp + MCDisassembler.cpp + MCExpr.cpp + MCInst.cpp + MCInstPrinter.cpp + MCMachOStreamer.cpp + MCNullStreamer.cpp MCSection.cpp + MCSectionELF.cpp + MCSectionMachO.cpp MCStreamer.cpp + MCSymbol.cpp + MCValue.cpp TargetAsmParser.cpp )