Add triple to llvm-mc command line. Should fix Windows bot.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 5 Apr 2016 01:05:42 +0000 (01:05 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 5 Apr 2016 01:05:42 +0000 (01:05 +0000)
llvm-svn: 265373

lld/test/ELF/lto/dynsym.ll

index b1ba842..5885960 100644 (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