Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / Inputs / partitions.elf.test
blob16be495db9d418204309597daec62393381cc218
1 // partitions.elf was generated by running this test in lld:
3 // RUN: llvm-mc %s -o %t.o -filetype=obj --triple=x86_64-unknown-linux
4 // RUN: ld.lld %t.o -o %t --export-dynamic --gc-sections
6 .section .llvm_sympart.g1,"",@llvm_sympart
7 .asciz "part1"
8 .quad g1
10 .section .llvm_sympart.g2,"",@llvm_sympart
11 .asciz "part2"
12 .quad g2
14 .section .text0,"ax",@progbits
15 .globl _start
16 _start:
17 ret
19 .section .bss1,"aw",@nobits
20 .globl g1
21 g1:
22 .zero 8
24 .section .bss2,"aw",@nobits
25 .globl g2
26 g2:
27 .zero 16