summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/section-attributes.s
blob: 243d823d68b8d9e92859ea9b2fe89804c17b47a2 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o %t
// RUN: llvm-readobj -S --sd %t | FileCheck %s

.section __TEXT,__objc_opt_ro
.long 0

// CHECK: Section {
// CHECK:   Index: 1
// CHECK:   Attributes [ (0x0)
// CHECK:   ]
OpenPOWER on IntegriCloud