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
[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git]
/
lld
/
test
/
ELF
/
trace.s
blob
43876adbc437ed3c00b4e0b0c24973421bda3590
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.foo.o
3
4
## Check -t
5
# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
6
# CHECK: {{.*}}.foo.o
7
8
## Check --trace alias
9
# RUN: ld.lld -shared %t.foo.o -o %t.so --trace 2>&1 | FileCheck %s