Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / unittests / AsLibELF / CMakeLists.txt
blobcffd9da7006eaf9f05e7bf98ebb6426bb840d98b
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.
5 add_lld_unittests(LLDAsLibELFTests
6   ROCm.cpp
7   SomeDrivers.cpp
10 target_link_libraries(LLDAsLibELFTests
11   PRIVATE
12   lldCommon
13   lldELF