blob: 484bbd3ca2c8a43ffea2c4fe6398acdb282586c1 [file] [log] [blame]
; RUN: llc -mtriple=wasm32-unknown-unknown-wasm -filetype=obj %s -o %t.o
; RUN: not lld -flavor wasm -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
define i32 @_start() local_unnamed_addr #1 {
entry:
ret i32 0
}
; CHECK: error: stack size must be 16-byte aligned