repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Rewrite an isel pattern to make it more amenable to GISel. NFC
[llvm-project.git]
/
llvm
/
unittests
/
DebugInfo
/
BTF
/
CMakeLists.txt
blob
6f7f684c58bedbe01df85578c7aa88e271b7c43f
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
DebugInfoBTF
4
ObjectYAML
5
)
6
7
add_llvm_unittest(DebugInfoBTFTests
8
BTFParserTest.cpp
9
)
10
11
target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)