bolt/deps/llvm-18.1.8/lld/unittests/AsLibAll/CMakeLists.txt

18 lines
310 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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
)