repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
unittests
/
CMakeLists.txt
blob
ac878fa01908332779548b3b829a2926ca100689
1
set_target_properties(LLDUnitTests PROPERTIES FOLDER "lld tests")
2
3
function(add_lld_unittests test_dirname)
4
add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
5
endfunction()
6
7
add_subdirectory(AsLibAll)
8
add_subdirectory(AsLibELF)