summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/invalid-stack-size.test
blob: 90c9fda113e6227697aa1ad0e3da62e57154e2ee (plain)
1
2
3
4
; RUN: llc -filetype=obj %p/Inputs/start.ll -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
OpenPOWER on IntegriCloud