468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
; 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
|