diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 6307ffe32c8..4e16388fec6 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -2,4 +2,5 @@ add_llvm_library(LLVMMC MCAsmStreamer.cpp MCContext.cpp MCStreamer.cpp + TargetAsmParser.cpp )