1# Test usage of LLD as a library. 2# This test covers a more singular case where only one LLD driver is used in the 3# target application executable. 4 5add_lld_unittests(LLDAsLibELFTests 6 ROCm.cpp 7 SomeDrivers.cpp 8) 9 10target_link_libraries(LLDAsLibELFTests 11 PRIVATE 12 lldCommon 13 lldELF 14) 15