aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-05 20:48:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-05 20:48:31 +0000
commitecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee (patch)
tree3d61c9e465212640f0f0c91ba7426ddc92deb497 /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent2d57a6470181e7cc6396caae69e045cd0549d10e (diff)
downloadexternal_llvm-ecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee.zip
external_llvm-ecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee.tar.gz
external_llvm-ecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee.tar.bz2
Implement a really simple DwarfSjLjException.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r--lib/CodeGen/AsmPrinter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index d2be552..bf80f5f 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -8,6 +8,7 @@ add_llvm_library(LLVMAsmPrinter
DwarfCompileUnit.cpp
DwarfDebug.cpp
DwarfException.cpp
+ DwarfSjLjException.cpp
DwarfTableException.cpp
OcamlGCPrinter.cpp
)