4 lines
209 B
Text
4 lines
209 B
Text
; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/start.s -o %t.o
|
|
; RUN: not wasm-ld -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
|
|
|
|
; CHECK: error: stack size must be 16-byte aligned
|