15 lines · plain
1# Test usage of LLD as a library.2# This test covers a more singular case where only one LLD driver is used in the3# target application executable.4 5add_lld_unittests(LLDAsLibELFTests6 ROCm.cpp7 SomeDrivers.cpp8)9 10target_link_libraries(LLDAsLibELFTests11 PRIVATE12 lldCommon13 lldELF14)15