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