bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/stack-first.s

12 lines
194 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
.globl _start
_start:
.functype _start () -> ()
end_function
.globl someByte
.type someByte,@object
.section .data.someByte,"",@
someByte:
.int8 42
.size someByte, 1