llvm-for-llvmta/tools/llvm-as/CMakeLists.txt

14 lines
139 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
AsmParser
BitWriter
Core
Support
)
add_llvm_tool(llvm-as
llvm-as.cpp
DEPENDS
intrinsics_gen
)