[lld] r286876 - Attempt to fix freaky bot.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 11:50:11 PST 2016


Author: ruiu
Date: Mon Nov 14 13:50:10 2016
New Revision: 286876

URL: http://llvm.org/viewvc/llvm-project?rev=286876&view=rev
Log:
Attempt to fix freaky bot.

I don't really understand what is failing on lld-x86_64-darwin13 bot,
but this patch should at least reduces the number of moving parts.

Modified:
    lld/trunk/test/COFF/pdb.test

Modified: lld/trunk/test/COFF/pdb.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb.test?rev=286876&r1=286875&r2=286876&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb.test (original)
+++ lld/trunk/test/COFF/pdb.test Mon Nov 14 13:50:10 2016
@@ -1,5 +1,5 @@
 # RUN: yaml2obj %s > %t.obj
-# RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll /entry:DllMain %t.obj
+# RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll /entry:DllMain /nodefaultlib %t.obj
 # RUN: llvm-pdbdump pdb2yaml -stream-metadata -stream-directory -pdb-stream \
 # RUN:   -dbi-stream -ipi-stream %t.pdb | FileCheck %s
 




More information about the llvm-commits mailing list