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
/
AsLibELF
/
CMakeLists.txt
blob
cffd9da7006eaf9f05e7bf98ebb6426bb840d98b
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.
4
5
add_lld_unittests(LLDAsLibELFTests
6
ROCm.cpp
7
SomeDrivers.cpp
8
)
9
10
target_link_libraries(LLDAsLibELFTests
11
PRIVATE
12
lldCommon
13
lldELF
14
)