forked from OSchip/llvm-project
Add triple to llvm-mc command line. Should fix Windows bot.
llvm-svn: 265373
This commit is contained in:
parent
d0856a6bb2
commit
c393c028a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue