Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / unittests / AsLibAll / CMakeLists.txt
bloba88dc3eb854d4307b28b56ca82902a50179a67c9
1 # Test usage of LLD as a library.
2 # This test covers a typical case where all the LLD drivers are pulled into the
3 # application executable.
5 add_lld_unittests(LLDAsLibAllTests
6   AllDrivers.cpp
9 target_link_libraries(LLDAsLibAllTests
10   PRIVATE
11   lldCommon
12   lldCOFF
13   lldELF
14   lldMachO
15   lldMinGW
16   lldWasm