aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/lto-chkstk.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/lto-chkstk.ll')
-rw-r--r--test/COFF/lto-chkstk.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/COFF/lto-chkstk.ll b/test/COFF/lto-chkstk.ll
index cf831615ec52..1df93c6b9545 100644
--- a/test/COFF/lto-chkstk.ll
+++ b/test/COFF/lto-chkstk.ll
@@ -2,6 +2,7 @@
; RUN: llvm-as -o %t.obj %s
; RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/lto-chkstk-foo.obj %S/Inputs/lto-chkstk-foo.s
; RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/lto-chkstk-chkstk.obj %S/Inputs/lto-chkstk-chkstk.s
+; RUN: rm -f %t.lib
; RUN: llvm-ar cru %t.lib %T/lto-chkstk-chkstk.obj
; RUN: lld-link /out:%t.exe /entry:main /subsystem:console %t.obj %T/lto-chkstk-foo.obj %t.lib