xref: /aosp_15_r20/external/llvm/test/MC/MachO/section-attributes.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o %t
2*9880d681SAndroid Build Coastguard Worker// RUN: llvm-readobj -s -sd %t | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker.section __TEXT,__objc_opt_ro
5*9880d681SAndroid Build Coastguard Worker.long 0
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker// CHECK: Section {
8*9880d681SAndroid Build Coastguard Worker// CHECK:   Index: 1
9*9880d681SAndroid Build Coastguard Worker// CHECK:   Attributes [ (0x0)
10*9880d681SAndroid Build Coastguard Worker// CHECK:   ]
11