1set(LLVM_LINK_COMPONENTS
2  BinaryFormat
3  Object
4  ObjectYAML
5  )
6
7add_llvm_unittest(ObjectTests
8  ArchiveTest.cpp
9  ELFObjectFileTest.cpp
10  ELFTypesTest.cpp
11  ELFTest.cpp
12  MinidumpTest.cpp
13  ObjectFileTest.cpp
14  SymbolSizeTest.cpp
15  SymbolicFileTest.cpp
16  XCOFFObjectFileTest.cpp
17  )
18
19target_link_libraries(ObjectTests PRIVATE LLVMTestingSupport)
20