forked from OSchip/llvm-project
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. llvm-svn: 286876
This commit is contained in:
parent
526c50588d
commit
ec2595d2e1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue