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
/
AsLibAll
/
CMakeLists.txt
blob
a88dc3eb854d4307b28b56ca82902a50179a67c9
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.
4
5
add_lld_unittests(LLDAsLibAllTests
6
AllDrivers.cpp
7
)
8
9
target_link_libraries(LLDAsLibAllTests
10
PRIVATE
11
lldCommon
12
lldCOFF
13
lldELF
14
lldMachO
15
lldMinGW
16
lldWasm
17
)