CMake: updated list of source files for library MC.

llvm-svn: 78988
This commit is contained in:
Oscar Fuentes 2009-08-14 04:14:45 +00:00
parent 4a7b937c4b
commit 67f7fbdf9e
1 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,7 @@ add_llvm_library(LLVMMC
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
TargetAsmParser.cpp
)