From: Ted Kremenek Date: Fri, 14 Jan 2011 22:58:11 +0000 (+0000) Subject: Update CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=439ea279a5aae60f2e3693d82346765f650a2af3;p=oota-llvm.git Update CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123491 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index 98fb924daae..306efade7d9 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/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 )