forked from OSchip/llvm-project
Attempt to fix a flakey test.
I believe that the test is flakey because the order of stdout and stderr is not deterministic. llvm-svn: 294238
This commit is contained in:
parent
418659fe99
commit
a5ed3226d6
|
@ -1,7 +1,7 @@
|
|||
; RUN: llvm-as -o %t1.obj %s
|
||||
; RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %t2.obj %p/Inputs/msvclto.s
|
||||
; RUN: lld-link %t1.obj %t2.obj /msvclto /out:%t.exe /opt:lldlto=1 /opt:icf \
|
||||
; RUN: /entry:main /verbose /subsystem:console > %t.log 2>&1 || true
|
||||
; RUN: /entry:main /verbose /subsystem:console > %t.log || true
|
||||
; RUN: FileCheck %s < %t.log
|
||||
|
||||
; CHECK: link.exe /nologo {{.*}} {{.*}}2.obj /out:{{.*}}.exe /opt:icf /entry:main /verbose /subsystem:console
|
||||
|
|
Loading…
Reference in New Issue