Skip to content

Commit 9545345

Browse files
committed
foo -> foobaz
1 parent 423fcfc commit 9545345

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lld/test/wasm/lto/stub-library.s

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
2525
# RUN: mkdir -p %t
26-
# RUN: llvm-as %S/Inputs/foo.ll -o %t/foo.o
27-
# RUN: wasm-ld %t.o %t/foo.o %p/Inputs/stub2.so -o %t.wasm
26+
# RUN: llvm-as %S/Inputs/foobaz.ll -o %t/foobaz.o
27+
# RUN: wasm-ld %t.o %t/foobaz.o %p/Inputs/stub2.so -o %t.wasm
2828
# RUN: obj2yaml %t.wasm | FileCheck %s --check-prefix=UNUSED
2929

30-
## Run the same test but with foo.o inside of an archive file.
31-
# RUN: rm -f %t/libfoo.a
32-
# RUN: llvm-ar rcs %t/libfoo.a %t/foo.o
33-
# RUN: wasm-ld %t.o %t/libfoo.a %p/Inputs/stub2.so -o %t2.wasm
30+
## Run the same test but with foobaz.o inside of an archive file.
31+
# RUN: rm -f %t/libfoobaz.a
32+
# RUN: llvm-ar rcs %t/libfoobaz.a %t/foobaz.o
33+
# RUN: wasm-ld %t.o %t/libfoobaz.a %p/Inputs/stub2.so -o %t2.wasm
3434
# RUN: obj2yaml %t2.wasm | FileCheck %s --check-prefix=UNUSED
3535

3636
.functype bar () -> ()

0 commit comments

Comments
 (0)