forked from OSchip/llvm-project
Add REQUIRES: x86 to safeseh-no.s test for x86
llvm-svn: 366273
This commit is contained in:
parent
42bba4b852
commit
fa57583922
lld/test/COFF
|
@ -1,3 +1,4 @@
|
|||
# REQUIRES: x86
|
||||
# RUN: llvm-mc -triple i686-windows-msvc %s -filetype=obj -o %t.obj
|
||||
# RUN: not lld-link %t.obj -safeseh -out:%t.exe -entry:main 2>&1 | FileCheck %s --check-prefix=ERROR
|
||||
# safe seh should be on by default.
|
||||
|
|
Loading…
Reference in New Issue