repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lld][COFF] Fix TypeServerSource lookup on GUID collisions
[llvm-project.git]
/
lld
/
test
/
wasm
/
invalid-stack-size.test
blob
645e1a49f8d6bfc62c05179275e3c57f8fd5a6ed
1
; RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/start.s -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