Home
last modified time | relevance | path

Searched refs:foo_global (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/MC/WebAssembly/
Dglobals.s8 .globaltype foo_global, i32
15 global.get foo_global
21 global.set foo_global
27 foo_global: label
34 # CHECK: .globaltype foo_global, i32
35 # CHECK: foo_global:
68 # BIN-NEXT: Name: foo_global
/external/llvm-project/lld/test/wasm/
Dmutable-global-exports.s5 # RUN: not wasm-ld --export=foo_global %t.o -o %t.wasm 2>&1 | FileCheck -check-prefix=CHECK-ERR %s
7 # RUN: wasm-ld --features=mutable-globals --export=foo_global %t.o -o %t.wasm
19 .globl foo_global symbol
21 .globaltype foo_global, i32
22 foo_global: label
28 … global exported but 'mutable-globals' feature not present in inputs: `foo_global`. Use --no-check…
38 # CHECK-NEXT: - Name: foo_global
67 # CHECK-ALL-NEXT: - Name: foo_global
Dglobals.s9 .globaltype foo_global, i32
21 global.set foo_global
34 foo_global: label