]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/wasm/invalid-stack-size.test
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / wasm / invalid-stack-size.test
1 ; RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
2 ; RUN: not wasm-ld -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
3
4 ; CHECK: error: stack size must be 16-byte aligned