Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
llvm
/
unittests
/
DebugInfo
/
BTF
/
CMakeLists.txt
blob: 6f7f684c58bedbe01df85578c7aa88e271b7c43f [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoBTF
ObjectYAML
)
add_llvm_unittest(DebugInfoBTFTests
BTFParserTest.cpp
)
target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)