blob: a88dc3eb854d4307b28b56ca82902a50179a67c9 [file] [log] [blame]
# Test usage of LLD as a library.
# This test covers a typical case where all the LLD drivers are pulled into the
# application executable.
add_lld_unittests(LLDAsLibAllTests
AllDrivers.cpp
)
target_link_libraries(LLDAsLibAllTests
PRIVATE
lldCommon
lldCOFF
lldELF
lldMachO
lldMinGW
lldWasm
)