COFF: Attempt to unbreak buildbots.

This is an attempt to unbreak http://reviews.llvm.org/P122.

llvm-svn: 246000
This commit is contained in:
Rui Ueyama 2015-08-26 02:52:05 +00:00
parent a1d3c24ccf
commit d020c65d24
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
# RUN: rm -f %tlib/lib2.lib
# RUN: echo EXPORTS sym1 > %t1.def
# RUN: lib /nologo /def:%t1.def /out:%tlib\\lib1.lib > /dev/null
# RUN: lib /nologo /machine:amd64 /def:%t1.def /out:%tlib\\lib1.lib > /dev/null
# RUN: echo EXPORTS sym2 > %t2.def
# RUN: lib /nologo /def:%t2.def /out:%tlib\\lib2.lib > /dev/null
# RUN: lib /nologo /machine:amd64 /def:%t2.def /out:%tlib\\lib2.lib > /dev/null
# RUN: lld-link /out:%t1.exe /entry:main /libpath:%tlib %t.obj /defaultlib:lib1 /defaultlib:lib2
# RUN: lld-link /out:%t2.exe /entry:main /libpath:%tlib %t.obj /defaultlib:lib2 /defaultlib:lib1