From: Oscar Fuentes Date: Fri, 14 Aug 2009 04:14:45 +0000 (+0000) Subject: CMake: updated list of source files for library MC. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=93db2f0f53638a3f76462fe83834bd9bf86c153d;p=oota-llvm.git CMake: updated list of source files for library MC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index ec76320ad34..c8d6e942472 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -7,5 +7,7 @@ add_llvm_library(LLVMMC MCSectionELF.cpp MCSectionMachO.cpp MCStreamer.cpp + MCSymbol.cpp + MCValue.cpp TargetAsmParser.cpp )