[lld] r295798 - Attempt to placate MSVC buildbot.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 16:32:57 PST 2017
Author: ruiu
Date: Tue Feb 21 18:32:56 2017
New Revision: 295798
URL: http://llvm.org/viewvc/llvm-project?rev=295798&view=rev
Log:
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.
Modified:
lld/trunk/test/COFF/msvclto.ll
Modified: lld/trunk/test/COFF/msvclto.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/msvclto.ll?rev=295798&r1=295797&r2=295798&view=diff
==============================================================================
--- lld/trunk/test/COFF/msvclto.ll (original)
+++ lld/trunk/test/COFF/msvclto.ll Tue Feb 21 18:32:56 2017
@@ -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"
More information about the llvm-commits
mailing list