blob: b425e46b9f0cb3bcafaf5d1045930c5eee355fb9 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoBTF
ObjectYAML
)
add_llvm_unittest(DebugInfoBTFTests
BTFParserTest.cpp
)
target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)
set_property(TARGET DebugInfoBTFTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")