brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.7 KiB · 6511da7 Raw
45 lines · plain
1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mattr=+fp64 | \2# RUN:   FileCheck %s -check-prefix=CHECK-ASM3#4# RUN: llvm-mc %s -triple mips-unknown-linux-gnu -mattr=+fp64 -filetype=obj -o - | \5# RUN:   llvm-readobj --sections --section-data --section-relocations - | \6# RUN:     FileCheck %s -check-prefix=CHECK-OBJ7 8# RUN: not llvm-mc %s -triple mips64-unknown-linux-gnuabin32 2> %t19# RUN: FileCheck %s -check-prefix=INVALID < %t110#11# RUN: not llvm-mc %s -triple mips64-unknown-linux-gnu 2> %t212# RUN: FileCheck %s -check-prefix=INVALID < %t213#14# CHECK-ASM: .module nooddspreg15 16# Checking if the Mips.abiflags were correctly emitted.17# CHECK-OBJ:       Section {18# CHECK-OBJ:         Index: 519# CHECK-OBJ-LABEL:   Name: .MIPS.abiflags (12)20# CHECK-OBJ:         Type: SHT_MIPS_ABIFLAGS (0x7000002A)21# CHECK-OBJ:          Flags [ (0x2)22# CHECK-OBJ:           SHF_ALLOC (0x2)23# CHECK-OBJ:         ]24# CHECK-OBJ:         Address: 0x025# CHECK-OBJ:         Size: 2426# CHECK-OBJ:         Link: 027# CHECK-OBJ:         Info: 028# CHECK-OBJ:         AddressAlignment: 829# CHECK-OBJ:         EntrySize: 2430# CHECK-OBJ:         Relocations [31# CHECK-OBJ:         ]32# CHECK-OBJ:         SectionData (33# CHECK-OBJ:           0000: 00002001 01020007 00000000 00000000  |.. .............|34# CHECK-OBJ:           0010: 00000000 00000000                    |........|35# CHECK-OBJ:         )36# CHECK-OBJ-LABEL: }37 38# INVALID: '.module nooddspreg' requires the O32 ABI39 40        .module nooddspreg41 42# FIXME: Test should include gnu_attributes directive when implemented.43#        An explicit .gnu_attribute must be checked against the effective44#        command line options and any inconsistencies reported via a warning.45