Lines Matching full:wasm
7 # RUN: not wasm-ld --no-gc-sections %t/main.o %t/secondary.o -o /dev/null 2>&1 | \
13 # RUN: not wasm-ld --no-gc-sections %t/main.o %t/secondary.o -o /dev/null --unresolved-symbols=report-all 2>&1 | \
17 # RUN: not wasm-ld %t/main.o -o /dev/null --unresolved-symbols=xxx 2>&1 | \
21 # RUN: not wasm-ld %t/main.o -o /dev/null --unresolved-symbols xxx 2>&1 | \
27 # RUN: wasm-ld %t/main.o -o %t2.wasm --unresolved-symbols=ignore-all
28 # RUN: obj2yaml %t2.wasm | FileCheck -check-prefix=IGNORE %s
31 # RUN: wasm-ld %t/main.o -o %t2.wasm --warn-unresolved-symbols
32 # RUN: obj2yaml %t2.wasm | FileCheck -check-prefix=IGNORE %s
68 # RUN: wasm-ld %t/main.o -o %t3.wasm --import-undefined --unresolved-symbols=ignore-all
69 # RUN: obj2yaml %t3.wasm | FileCheck -check-prefix=IMPORT %s
79 # RUN: not wasm-ld %t/main.o -o %t3.wasm --import-undefined --unresolved-symbols=report-all 2>&1 | FileCheck -check-prefix=IMPORTUNDEFINED %s
84 # RUN: wasm-ld -r %t/main.o -o %t4.wasm --unresolved-symbols=report-all
85 # RUN: llvm-readobj %t4.wasm > /dev/null 2>&1
88 # RUN: not wasm-ld %t/main.o -o %t5.wasm --experimental-pic --unresolved-symbols=import-dynamic 2>&1 | FileCheck -check-prefix=ERRNOPIC %s