Attempt to fix Windows buildbots.

llvm-svn: 273537
This commit is contained in:
Rui Ueyama 2016-06-23 07:14:09 +00:00
parent d60dae8a6a
commit 3cda384e37
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
# RUN: %p/Inputs/trace-symbols-foo-strong.s -o %t2
# RUN: ld.lld -shared %t1 -o %t1.so
# RUN: ld.lld -shared %t2 -o %t2.so
# RUN: ar -r %t1.a %t1
# RUN: ar -r %t2.a %t2
# RUN: llvm-ar rcs %t1.a %t1
# RUN: llvm-ar rcs %t2.a %t2
# RUN: ld.lld -y foo -trace-symbol=common -trace-symbol=hsymbol \
# RUN: %t %t1 %t2 -o %t3 2>&1 | FileCheck -check-prefix=OBJECTRFOO %s