diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/MC/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index 9b650b6f53d..bb749208ec6 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt @@ -5,6 +5,7 @@ add_llvm_library(LLVMMC MCAsmInfoDarwin.cpp MCAsmStreamer.cpp MCAssembler.cpp + MCAtom.cpp MCCodeEmitter.cpp MCCodeGenInfo.cpp MCContext.cpp @@ -21,6 +22,7 @@ add_llvm_library(LLVMMC MCLoggingStreamer.cpp MCMachOStreamer.cpp MCMachObjectTargetWriter.cpp + MCModule.cpp MCNullStreamer.cpp MCObjectFileInfo.cpp MCObjectStreamer.cpp |