Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / unittests / CMakeLists.txt
blobac878fa01908332779548b3b829a2926ca100689
1 set_target_properties(LLDUnitTests PROPERTIES FOLDER "lld tests")
3 function(add_lld_unittests test_dirname)
4   add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
5 endfunction()
7 add_subdirectory(AsLibAll)
8 add_subdirectory(AsLibELF)