forked from OSchip/llvm-project
[ELF][test] Add another -triple=x86_64 to linkorder-mixed.s
Fixes an error on macOS: error: mach-o section specifier uses an unknown section type
This commit is contained in:
parent
8b9e86fea6
commit
3af4039876
|
@ -15,7 +15,7 @@
|
|||
# CHECK-NEXT: [[#%x,ADDR:]] 01020003
|
||||
|
||||
## TODO Allow non-contiguous SHF_LINK_ORDER sections in an output section.
|
||||
# RUN: llvm-mc --filetype=obj --defsym EXTRA=1 %s -o %t.o
|
||||
# RUN: llvm-mc --filetype=obj -triple=x86_64 --defsym EXTRA=1 %s -o %t.o
|
||||
# RUN: not ld.lld %t.o -o /dev/null
|
||||
|
||||
.section .text,"ax",@progbits,unique,0
|
||||
|
|
Loading…
Reference in New Issue