diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-06 00:13:15 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-06 00:13:15 +0000 |
commit | 0d8150f2790d1566b74fc4bd47cc17b7872d9387 (patch) | |
tree | 75ee722955f82dfb298c64c1c93c28947672f633 /llvm/lib/CodeGen | |
parent | dd01732e63c550a223bbad103242492c86600697 (diff) | |
download | bcm5719-llvm-0d8150f2790d1566b74fc4bd47cc17b7872d9387.tar.gz bcm5719-llvm-0d8150f2790d1566b74fc4bd47cc17b7872d9387.zip |
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
llvm-svn: 127114
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index 306efade7d9..1377e4dd73e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMAsmPrinter + ARMException.cpp AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp |