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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
mips-no-objects.s
blob
444477ea7206413cfd564234a69a5588313a0911
1
# REQUIRES: mips
2
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
3
# RUN: ld.lld %t.o -shared -o %t.so
4
# RUN: ld.lld %t.so -shared -o %t2.so
5
# RUN: llvm-readobj %t2.so > /dev/null 2>&1