Add triple to llvm-mc command line. Should fix Windows bot.

llvm-svn: 265373
This commit is contained in:
Peter Collingbourne 2016-04-05 01:05:42 +00:00
parent d0856a6bb2
commit c393c028a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; REQUIRES: x86
; RUN: llvm-mc -filetype=obj -o %t.o %p/Inputs/dynsym.s
; RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t.o %p/Inputs/dynsym.s
; RUN: ld.lld -m elf_x86_64 %t.o -o %t.so -shared
; RUN: llvm-as %s -o %t2.o
; RUN: ld.lld -m elf_x86_64 %t2.o %t.so -o %t