summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/mips-rdata.s
blob: 89f96195297e49dbc25d67e0b691e73d5e6bf25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Check that .rdata sections have proper name, flags, and section types.

# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o - \
# RUN:   | llvm-readobj -s | FileCheck %s

  .rdata
  .word 0

# CHECK:      Name: .rodata
# CHECK-NEXT: Type: SHT_PROGBITS
# CHECK-NEXT: Flags [ (0x2)
# CHECK-NEXT:   SHF_ALLOC
# CHECK-NEXT: ]
OpenPOWER on IntegriCloud