[RISCV] Rewrite an isel pattern to make it more amenable to GISel. NFC
[llvm-project.git] / llvm / unittests / DebugInfo / BTF / CMakeLists.txt
blob6f7f684c58bedbe01df85578c7aa88e271b7c43f
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   DebugInfoBTF
4   ObjectYAML
5   )
7 add_llvm_unittest(DebugInfoBTFTests
8   BTFParserTest.cpp
9   )
11 target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)