1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-ar/CMakeLists.txt
Joerg Sonnenberger 0883439b39 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
2012-10-26 10:49:15 +00:00

8 lines
105 B
CMake

set(LLVM_LINK_COMPONENTS archive)
add_llvm_tool(llvm-ar
llvm-ar.cpp
)
# TODO: Support check-local.