summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2012-10-26 10:49:15 +0000
committerJoerg Sonnenberger <joerg@bec.de>2012-10-26 10:49:15 +0000
commit975bc072ae1d4502d0dc7ca0d218a18574108ee6 (patch)
treecc3113016f59defebbbfc0e465207d1040d6b9a0 /tools/llvm-as
parent0bd10f2af37e694f08f41199f4c6792c494430d9 (diff)
downloadllvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.gz
llvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.bz2
llvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.xz
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Always use an exit code of 1, but print the help message if useful. Remove the exception handling tag in llvm-as, llvm-dis and llvm-bcanalyzer, where it isn't used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-as/CMakeLists.txt b/tools/llvm-as/CMakeLists.txt
index eef4a13e29..d5620e7297 100644
--- a/tools/llvm-as/CMakeLists.txt
+++ b/tools/llvm-as/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS asmparser bitwriter)
-set(LLVM_REQUIRES_EH 1)
add_llvm_tool(llvm-as
llvm-as.cpp