diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-01-14 22:58:11 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-01-14 22:58:11 +0000 |
commit | e92b6e436d15f65563973f1bc9354611ad9a316d (patch) | |
tree | 250b622d1bbd2423f37434308446759a5852f1d4 /llvm/lib/CodeGen | |
parent | 03912aba9a40fc33268a8369103da2b2e33556f7 (diff) | |
download | bcm5719-llvm-e92b6e436d15f65563973f1bc9354611ad9a316d.tar.gz bcm5719-llvm-e92b6e436d15f65563973f1bc9354611ad9a316d.zip |
Update CMake build.
llvm-svn: 123491
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index 98fb924daae..306efade7d9 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -3,8 +3,10 @@ add_llvm_library(LLVMAsmPrinter AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp DIE.cpp + DwarfCFIException.cpp DwarfDebug.cpp DwarfException.cpp + DwarfTableException.cpp OcamlGCPrinter.cpp ) |