Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-readobj / ELF / ARM / attribute-big-endian.test
blob7d20b310f9d906ded56ad56a77adc666e6f0909b
1 ## We only implement attribute section printing for little-endian encoding.
3 # RUN: yaml2obj %s -o %t.o
4 # RUN: llvm-readobj -A %t.o 2>&1 | FileCheck %s -DFILE=%t.o
6 # CHECK: warning: '[[FILE]]': attribute printing not implemented for big-endian ARM objects
8 --- !ELF
9 FileHeader:
10   Class:   ELFCLASS32
11 ## Test big-endian encoding.
12   Data:    ELFDATA2MSB
13   Type:    ET_REL
14   Machine: EM_ARM
15 Sections:
16   - Name: .ARM.attributes
17     Type: SHT_ARM_ATTRIBUTES