1# RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa | \ 2# RUN: FileCheck %s -check-prefix=CHECK-ASM 3# 4# RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -filetype=obj -o - | \ 5# RUN: llvm-readobj -sections -section-data -section-relocations - | \ 6# RUN: FileCheck %s -check-prefix=CHECK-OBJ 7 8# CHECK-ASM: .module fp=32 9# CHECK-ASM: .set fp=64 10 11# Checking if the Mips.abiflags were correctly emitted. 12# CHECK-OBJ: Section { 13# CHECK-OBJ: Index: 5 14# CHECK-OBJ: Name: .MIPS.abiflags (12) 15# CHECK-OBJ: Type: (0x7000002A) 16# CHECK-OBJ: Flags [ (0x2) 17# CHECK-OBJ: SHF_ALLOC (0x2) 18# CHECK-OBJ: ] 19# CHECK-OBJ: Address: 0x0 20# CHECK-OBJ: Offset: 0x50 21# CHECK-OBJ: Size: 24 22# CHECK-OBJ: Link: 0 23# CHECK-OBJ: Info: 0 24# CHECK-OBJ: AddressAlignment: 8 25# CHECK-OBJ: EntrySize: 0 26# CHECK-OBJ: Relocations [ 27# CHECK-OBJ: ] 28# CHECK-OBJ: SectionData ( 29# CHECK-OBJ: 0000: 00002002 01030001 00000000 00000200 |.. .............| 30# CHECK-OBJ: 0010: 00000000 00000000 |........| 31# CHECK-OBJ: ) 32# CHECK-OBJ: } 33 34 .module fp=32 35 .set fp=64 36# FIXME: Test should include gnu_attributes directive when implemented. 37# An explicit .gnu_attribute must be checked against the effective 38# command line options and any inconsistencies reported via a warning. 39