CMake: updated list of source files for library MC.
authorOscar Fuentes <ofv@wanadoo.es>
Fri, 14 Aug 2009 04:14:45 +0000 (04:14 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Fri, 14 Aug 2009 04:14:45 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78988 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/CMakeLists.txt

index ec76320ad346e6f0c853e94527d032daeb292ba2..c8d6e942472ec01314f009c5fc30be370d4be941 100644 (file)
@@ -7,5 +7,7 @@ add_llvm_library(LLVMMC
   MCSectionELF.cpp
   MCSectionMachO.cpp
   MCStreamer.cpp
+  MCSymbol.cpp
+  MCValue.cpp
   TargetAsmParser.cpp
   )