summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-10 21:04:45 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-10 21:04:45 +0000
commit6253c7ca60e3e5c9b10743721b921aa34307d625 (patch)
tree0ee18cce07f5681981d16aa44e659c81cb1f6040 /lib/CodeGen/AsmPrinter/CMakeLists.txt
parente3a0e987f3d4f07512cdb64b9034369f966cb448 (diff)
downloadllvm-6253c7ca60e3e5c9b10743721b921aa34307d625.tar.gz
llvm-6253c7ca60e3e5c9b10743721b921aa34307d625.tar.bz2
llvm-6253c7ca60e3e5c9b10743721b921aa34307d625.tar.xz
Produce a __debug_frame section on darwin ARM when appropriate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r--lib/CodeGen/AsmPrinter/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index bf5ef2878c..554b47c89c 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -8,7 +8,6 @@ add_llvm_library(LLVMAsmPrinter
DwarfCompileUnit.cpp
DwarfDebug.cpp
DwarfException.cpp
- DwarfSjLjException.cpp
OcamlGCPrinter.cpp
)