mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
f9f065e455
to be a test driver of other components in the system, which will develop over time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73732 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
76 B
CMake
6 lines
76 B
CMake
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_llvm_tool(llvm-dis
|
|
llvm-mc.cpp
|
|
)
|