Changeset View
Changeset View
Standalone View
Standalone View
test/MC/Mips/elf_reginfo.s
# These *MUST* match the output of gas compiled with the same triple and | # These *MUST* match the output of gas compiled with the same triple and | ||||
# corresponding options (-mabi=64 -> -mattr=+n64 for example). | # corresponding options. | ||||
# RUN: llvm-mc -filetype=obj -triple=mips64el-linux -mabi=n64 %s -o - \ | # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -mabi=n64 %s -o - \ | ||||
# RUN: | llvm-readobj -s | FileCheck --check-prefix=CHECK_64 %s | # RUN: | llvm-readobj -s | FileCheck --check-prefix=CHECK_64 %s | ||||
# RUN: llvm-mc -filetype=obj -triple=mipsel %s -mabi=n32 -o - \ | # RUN: llvm-mc -filetype=obj -triple=mipsel %s -mabi=n32 -o - \ | ||||
# RUN: | llvm-readobj -s | FileCheck --check-prefix=CHECK_32 %s | # RUN: | llvm-readobj -s | FileCheck --check-prefix=CHECK_32 %s | ||||
# Check for register information sections. | # Check for register information sections. | ||||
# | # | ||||
Show All 22 Lines |