brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.5 KiB · 4bd9725 Raw
39 lines · plain
1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r2 -mattr=+msa \2# RUN:   | FileCheck %s -check-prefix=CHECK-ASM3#4# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r2 -mattr=+msa \5# RUN:            -filetype=obj -o - \6# RUN:   | llvm-readobj --sections --section-data --section-relocations - \7# RUN:   | FileCheck %s -check-prefix=CHECK-OBJ8 9# CHECK-ASM: .module fp=3210# CHECK-ASM: .set fp=6411 12# Checking if the Mips.abiflags were correctly emitted.13# CHECK-OBJ:       Section {14# CHECK-OBJ:         Index: 515# CHECK-OBJ-LABEL:   Name: .MIPS.abiflags (12)16# CHECK-OBJ:         Type: SHT_MIPS_ABIFLAGS (0x7000002A)17# CHECK-OBJ:          Flags [ (0x2)18# CHECK-OBJ:           SHF_ALLOC (0x2)19# CHECK-OBJ:         ]20# CHECK-OBJ:         Address: 0x021# CHECK-OBJ:         Size: 2422# CHECK-OBJ:         Link: 023# CHECK-OBJ:         Info: 024# CHECK-OBJ:         AddressAlignment: 825# CHECK-OBJ:         EntrySize: 2426# CHECK-OBJ:         Relocations [27# CHECK-OBJ:         ]28# CHECK-OBJ:         SectionData (29# CHECK-OBJ:           0000: 00002002 01030001 00000000 00000200  |.. .............|30# CHECK-OBJ:           0010: 00000001 00000000                    |........|31# CHECK-OBJ:         )32# CHECK-OBJ-LABEL: }33 34        .module fp=3235        .set fp=6436# FIXME: Test should include gnu_attributes directive when implemented.37#        An explicit .gnu_attribute must be checked against the effective38#        command line options and any inconsistencies reported via a warning.39