2018-01-31 08:13:26 +08:00
|
|
|
; RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
|
2018-05-05 09:23:07 +08:00
|
|
|
; RUN: not wasm-ld -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
|
2018-01-31 08:13:26 +08:00
|
|
|
|
|
|
|
; CHECK: error: stack size must be 16-byte aligned
|