1 set(LLVM_LINK_COMPONENTS
8 add_llvm_unittest(ObjectTests
10 COFFObjectFileTest.cpp
15 GOFFObjectFileTest.cpp
21 XCOFFObjectFileTest.cpp
24 target_link_libraries(ObjectTests PRIVATE LLVMTestingSupport)
27 # Disable warning C4309: '=': truncation of constant value
28 set_source_files_properties(GOFFObjectFileTest.cpp PROPERTIES COMPILE_FLAGS -wd4309)