[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / MachO / section-attributes.s
blob243d823d68b8d9e92859ea9b2fe89804c17b47a2
1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o %t
2 // RUN: llvm-readobj -S --sd %t | FileCheck %s
4 .section __TEXT,__objc_opt_ro
5 .long 0
7 // CHECK: Section {
8 // CHECK: Index: 1
9 // CHECK: Attributes [ (0x0)
10 // CHECK: ]