[lld] r265373 - Add triple to llvm-mc command line. Should fix Windows bot.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 18:05:42 PDT 2016


Author: pcc
Date: Mon Apr  4 20:05:42 2016
New Revision: 265373

URL: http://llvm.org/viewvc/llvm-project?rev=265373&view=rev
Log:
Add triple to llvm-mc command line. Should fix Windows bot.

Modified:
    lld/trunk/test/ELF/lto/dynsym.ll

Modified: lld/trunk/test/ELF/lto/dynsym.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/dynsym.ll?rev=265373&r1=265372&r2=265373&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/dynsym.ll (original)
+++ lld/trunk/test/ELF/lto/dynsym.ll Mon Apr  4 20:05:42 2016
@@ -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




More information about the llvm-commits mailing list