6 lines
78 B
CMake
6 lines
78 B
CMake
set(LLVM_LINK_COMPONENTS object)
|
|
|
|
add_llvm_tool(llvm-size
|
|
llvm-size.cpp
|
|
)
|