File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 () -> ()
You can’t perform that action at this time.
0 commit comments