[lld] 670a403 - Attempt to fix buildbot after 497c110e

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 02:20:06 PST 2020


Author: evgeny
Date: 2020-03-04T13:05:02+03:00
New Revision: 670a40360ed4765b1afa9270c192f08c3d325071

URL: https://github.com/llvm/llvm-project/commit/670a40360ed4765b1afa9270c192f08c3d325071
DIFF: https://github.com/llvm/llvm-project/commit/670a40360ed4765b1afa9270c192f08c3d325071.diff

LOG: Attempt to fix buildbot after 497c110e

Added: 
    

Modified: 
    lld/test/COFF/thinlto.ll

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/thinlto.ll b/lld/test/COFF/thinlto.ll
index 0594984bae44..517be330c710 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
 


        


More information about the llvm-commits mailing list