mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
0883439b39
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
6 lines
83 B
CMake
6 lines
83 B
CMake
set(LLVM_LINK_COMPONENTS archive)
|
|
|
|
add_llvm_tool(llvm-ranlib
|
|
llvm-ranlib.cpp
|
|
)
|