llvm-for-llvmta/test/MC/MachO/section-attributes.s

11 lines
239 B
ArmAsm
Raw Normal View History

2022-04-25 10:02:23 +02:00
// 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: ]