blob: 809515a2e78ad03ea38ceab44ee2d72cd07e2fc2 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BinaryFormat
Object
)
add_llvm_unittest(ObjectTests
MinidumpTest.cpp
ObjectFileTest.cpp
SymbolSizeTest.cpp
SymbolicFileTest.cpp
)
target_link_libraries(ObjectTests PRIVATE LLVMTestingSupport)