llvm-6502/tools/verify-uselistorder/CMakeLists.txt

13 lines
158 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
BitReader
BitWriter
Core
IRReader
Support
)
add_llvm_tool(verify-uselistorder
verify-uselistorder.cpp
)