brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 7dc6455 Raw
22 lines · plain
1# RUN: not llvm-mc %s -triple=mips64 -mcpu=mips3 -target-abi n64 2>&1 | \2# RUN:   FileCheck %s3 4  .text5  .option pic26  dla $5, symbol+0x80007  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported8  dla $5, symbol-0x80019  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported10  dla $5, symbol+0x8000($6)11  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported12  dla $5, symbol-0x8001($6)13  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported14  dla $25, symbol+0x800015  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported16  dla $25, symbol-0x800117  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported18  dla $25, symbol+0x8000($6)19  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported20  dla $25, symbol-0x8001($6)21  # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported22