Add REQUIRES: x86 to safeseh-no.s test for x86

llvm-svn: 366273
This commit is contained in:
Reid Kleckner 2019-07-16 22:01:30 +00:00
parent 42bba4b852
commit fa57583922
1 changed files with 1 additions and 0 deletions
lld/test/COFF

View File

@ -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.