We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8a640 commit 5e43dd5Copy full SHA for 5e43dd5
lld/test/ELF/lto/devirt_vcall_vis_export_dynamic.ll
@@ -29,7 +29,7 @@
29
;; Check that all WPD fails with --export-dynamic.
30
31
; RUN: echo '.globl foo; foo:' > %ta.s
32
-; RUN: llvm-mc -filetype=obj %ta.s -o %ta.o
+; RUN: llvm-mc -filetype=obj -triple=x86_64 %ta.s -o %ta.o
33
; RUN: ld.lld -shared -soname=ta %ta.o -o %ta.so
34
35
;; Index based WPD
0 commit comments