Attempt to placate MSVC buildbot.

I really do not understand what is going on on some Windows buildbots,
but FileCheck command on some buildbot behaves like long lines were
truncated. I'll try to find a cause of the issue, but let me relax the
test so that they'll succeed on all buildbots.

llvm-svn: 295798
This commit is contained in:
Rui Ueyama 2017-02-22 00:32:56 +00:00
parent 1f17c66890
commit 99861f4730
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
; RUN: /entry:main /verbose > %t.log || true
; RUN: FileCheck %s < %t.log
; CHECK: link.exe /nologo {{.*}} {{.*}}2.obj /out:{{.*}}.exe /opt:icf /entry:main /verbose
; CHECK: /opt:icf /entry:main /verbose
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"