summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit4a0f7becd896c066eb695f493ad7c7a230dc57b9 (patch)
treebe6f63564816cf9adae9ddb5080a7e447f5abb60 /llvm/tools/llvm-as
parent89cf9370bffc779289de321d9b6c9960ef214470 (diff)
downloadbcm5719-llvm-4a0f7becd896c066eb695f493ad7c7a230dc57b9.tar.gz
bcm5719-llvm-4a0f7becd896c066eb695f493ad7c7a230dc57b9.zip
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. llvm-svn: 166767
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r--llvm/tools/llvm-as/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-as/CMakeLists.txt b/llvm/tools/llvm-as/CMakeLists.txt
index eef4a13e29d..d5620e72971 100644
--- a/llvm/tools/llvm-as/CMakeLists.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud