Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / tools / verify-uselistorder / CMakeLists.txt
blob74f7195c9066a18067eabafa58fa10ffb3e25fc0
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   BitReader
4   BitWriter
5   Core
6   IRReader
7   Support
8   )
10 add_llvm_tool(verify-uselistorder
11   verify-uselistorder.cpp
13   DEPENDS
14   intrinsics_gen
15   )