zig/deps/lld/test/wasm/invalid-stack-size.test

5 lines
175 B
Plaintext
Raw Normal View History

2018-08-05 05:47:16 +08:00
; 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
2018-01-18 06:29:21 +08:00
; CHECK: error: stack size must be 16-byte aligned