mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
6 lines
102 B
CMake
6 lines
102 B
CMake
|
set(LLVM_LINK_COMPONENTS archive bitreader object)
|
||
|
|
||
|
add_llvm_tool(llvm-readobj
|
||
|
llvm-readobj.cpp
|
||
|
)
|