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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
186 B
CMake
Raw Normal View History

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