18 lines · plain
1# Test usage of LLD as a library.2# This test covers a typical case where all the LLD drivers are pulled into the3# application executable.4 5add_lld_unittests(LLDAsLibAllTests6 AllDrivers.cpp7)8 9target_link_libraries(LLDAsLibAllTests10 PRIVATE11 lldCommon12 lldCOFF13 lldELF14 lldMachO15 lldMinGW16 lldWasm17)18