mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +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
93 B
CMake
6 lines
93 B
CMake
set(LLVM_LINK_COMPONENTS bitreader)
|
|
|
|
add_llvm_tool(llvm-bcanalyzer
|
|
llvm-bcanalyzer.cpp
|
|
)
|