
But only produce a warning (for now) unless --fatal-warnings is passed. Differential Revision: https://reviews.llvm.org/D46484 llvm-svn: 331574
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
; 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
|