aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-05 23:19:54 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-05 23:19:54 +0000
commit97a12165812e67782749bc18d22ba1edcaf11a6c (patch)
treeaa0309b6b45166e739d8d60058bb9a95b85c9d96 /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent254784f9e0ae59fc060ccd54b39cd1e94ac91356 (diff)
downloadexternal_llvm-97a12165812e67782749bc18d22ba1edcaf11a6c.zip
external_llvm-97a12165812e67782749bc18d22ba1edcaf11a6c.tar.gz
external_llvm-97a12165812e67782749bc18d22ba1edcaf11a6c.tar.bz2
Remove DwarfTableException.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130964 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 bf80f5f..bf5ef28 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -9,7 +9,6 @@ add_llvm_library(LLVMAsmPrinter
DwarfDebug.cpp
DwarfException.cpp
DwarfSjLjException.cpp
- DwarfTableException.cpp
OcamlGCPrinter.cpp
)