brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · 92ca005 Raw
38 lines · plain
1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r3 | \2# RUN:   FileCheck %s -check-prefix=CHECK-ASM3#4# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r3 -filetype=obj -o - | \5# RUN:   llvm-readobj --sections --section-data --section-relocations - | \6# RUN:     FileCheck %s -check-prefix=CHECK-OBJ7 8# CHECK-ASM: .module fp=329# CHECK-ASM: .set fp=6410 11# Checking if the Mips.abiflags were correctly emitted.12# CHECK-OBJ:       Section {13# CHECK-OBJ:         Index: 514# CHECK-OBJ-LABEL:   Name: .MIPS.abiflags (12)15# CHECK-OBJ:         Type: SHT_MIPS_ABIFLAGS (0x7000002A)16# CHECK-OBJ:          Flags [ (0x2)17# CHECK-OBJ:           SHF_ALLOC (0x2)18# CHECK-OBJ:         ]19# CHECK-OBJ:         Address: 0x020# CHECK-OBJ:         Size: 2421# CHECK-OBJ:         Link: 022# CHECK-OBJ:         Info: 023# CHECK-OBJ:         AddressAlignment: 824# CHECK-OBJ:         EntrySize: 2425# CHECK-OBJ:         Relocations [26# CHECK-OBJ:         ]27# CHECK-OBJ:         SectionData (28# CHECK-OBJ:           0000: 00002003 01010001 00000000 00000000  |.. .............|29# CHECK-OBJ:           0010: 00000001 00000000                    |........|30# CHECK-OBJ:         )31# CHECK-OBJ-LABEL: }32 33        .module fp=3234        .set fp=6435# FIXME: Test should include gnu_attributes directive when implemented.36#        An explicit .gnu_attribute must be checked against the effective37#        command line options and any inconsistencies reported via a warning.38