aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-14 04:14:45 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-14 04:14:45 +0000
commit93db2f0f53638a3f76462fe83834bd9bf86c153d (patch)
tree520365804c7db5e2f6328c2f74655a26d5206c48 /lib/MC/CMakeLists.txt
parentc22e0b2443afdedb6d9b225b938ad404d63cdbe6 (diff)
downloadexternal_llvm-93db2f0f53638a3f76462fe83834bd9bf86c153d.zip
external_llvm-93db2f0f53638a3f76462fe83834bd9bf86c153d.tar.gz
external_llvm-93db2f0f53638a3f76462fe83834bd9bf86c153d.tar.bz2
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
Diffstat (limited to 'lib/MC/CMakeLists.txt')
-rw-r--r--lib/MC/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt
index ec76320..c8d6e94 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
)