You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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: ]
|