1 # REQUIRES: x86-registered-target
3 # RUN: llvm-mc -filetype=obj -triple x86_64 %s -o %t.o
4 # RUN: llvm-readobj -p .a -p .b %t.o | FileCheck %s
5 # RUN: llvm-readelf -p .a -p .b %t.o | FileCheck %s
7 # CHECK: String dump of section '.a':
10 # CHECK-NEXT: String dump of section '.b':
13 # CHECK-NEXT: String dump of section '.a':
16 .section .a,"a",@progbits,unique,0
18 .section .b,"a",@progbits
20 .section .a,"a",@progbits,unique,1