Update CMake build.

llvm-svn: 123491
This commit is contained in:
Ted Kremenek 2011-01-14 22:58:11 +00:00
parent 03912aba9a
commit e92b6e436d
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ add_llvm_library(LLVMAsmPrinter
AsmPrinterDwarf.cpp AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp AsmPrinterInlineAsm.cpp
DIE.cpp DIE.cpp
DwarfCFIException.cpp
DwarfDebug.cpp DwarfDebug.cpp
DwarfException.cpp DwarfException.cpp
DwarfTableException.cpp
OcamlGCPrinter.cpp OcamlGCPrinter.cpp
) )