Skip to content

Commit 5e43dd5

Browse files
committed
[test] Add missing -triple=x86_64
Fixes 7109f52
1 parent 8f8a640 commit 5e43dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/lto/devirt_vcall_vis_export_dynamic.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
;; Check that all WPD fails with --export-dynamic.
3030

3131
; RUN: echo '.globl foo; foo:' > %ta.s
32-
; RUN: llvm-mc -filetype=obj %ta.s -o %ta.o
32+
; RUN: llvm-mc -filetype=obj -triple=x86_64 %ta.s -o %ta.o
3333
; RUN: ld.lld -shared -soname=ta %ta.o -o %ta.so
3434

3535
;; Index based WPD

0 commit comments

Comments
 (0)