hanchenye-llvm-project/llvm/tools/verify-uselistorder/CMakeLists.txt

13 lines
158 B
CMake

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