blob: cffd9da7006eaf9f05e7bf98ebb6426bb840d98b [file] [log] [blame]
# Test usage of LLD as a library.
# This test covers a more singular case where only one LLD driver is used in the
# target application executable.
add_lld_unittests(LLDAsLibELFTests
ROCm.cpp
SomeDrivers.cpp
)
target_link_libraries(LLDAsLibELFTests
PRIVATE
lldCommon
lldELF
)