From: NAKAMURA Takumi Date: Sun, 6 Mar 2011 00:13:15 +0000 (+0000) Subject: lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=511cab20cb6ef0575c961cbbcb86bb539b538a1c;p=oota-llvm.git lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index 306efade7d9..1377e4dd73e 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMAsmPrinter + ARMException.cpp AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp