You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
10
external/llvm/test/MC/COFF/seh-stackalloc-zero.s
vendored
Normal file
10
external/llvm/test/MC/COFF/seh-stackalloc-zero.s
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: not llvm-mc -triple x86_64-pc-win32 -filetype=obj %s -o %t.o 2>&1 | FileCheck %s
|
||||
|
||||
.globl smallFunc
|
||||
.def smallFunc; .scl 2; .type 32; .endef
|
||||
.seh_proc smallFunc
|
||||
.seh_stackalloc 0
|
||||
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: stack allocation size must be non-zero
|
||||
smallFunc:
|
||||
ret
|
||||
.seh_endproc
|
Reference in New Issue
Block a user