From 670a40360ed4765b1afa9270c192f08c3d325071 Mon Sep 17 00:00:00 2001 From: evgeny Date: Wed, 4 Mar 2020 13:05:02 +0300 Subject: [PATCH] Attempt to fix buildbot after 497c110e --- lld/test/COFF/thinlto.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/test/COFF/thinlto.ll b/lld/test/COFF/thinlto.ll index 0594984..517be33 100644 --- a/lld/test/COFF/thinlto.ll +++ b/lld/test/COFF/thinlto.ll @@ -10,7 +10,6 @@ ; Check that /lldsavetemps is still usable in such case. ; RUN: lld-link /lib %T/thinlto/foo.obj /out:%t.lib ; RUN: lld-link /lldsavetemps /out:%t.exe /entry:main /subsystem:console %T/thinlto/main.obj %t.lib -; RUN: ls '%t.libfoo.obj230.0.preopt.bc' ; CHECK-NOT: U foo -- 2.7.4