aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/delayimports32.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/delayimports32.test')
-rw-r--r--test/COFF/delayimports32.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/COFF/delayimports32.test b/test/COFF/delayimports32.test
index b684d4105..0fc90200c 100644
--- a/test/COFF/delayimports32.test
+++ b/test/COFF/delayimports32.test
@@ -1,6 +1,6 @@
# REQUIRES: x86
# RUN: yaml2obj < %p/Inputs/hello32.yaml > %t.obj
-# RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \
+# RUN: lld-link -safeseh:no %t.obj %p/Inputs/std32.lib /subsystem:console \
# RUN: /entry:main@0 /alternatename:___delayLoadHelper2@8=_main@0 \
# RUN: /delayload:std32.dll /out:%t.exe
# RUN: llvm-readobj --coff-imports %t.exe | FileCheck -check-prefix=IMPORT %s