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
Rename CODE_OWNERS -> Maintainers (#114544)
[llvm-project.git]
/
lld
/
test
/
wasm
/
trace.test
blob
ae6f6335c4e096655f914307aa5e44a267d3cde7
1
RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/start.s -o %t.foo.o
2
3
# Check -t
4
RUN: wasm-ld %t.foo.o -o %t.t.out.wasm -t 2>&1 | FileCheck %s
5
CHECK: {{.*}}.foo.o
6
7
# Check --trace alias
8
RUN: wasm-ld %t.foo.o -o %t.trace.out.wasm --trace 2>&1 | FileCheck %s