mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
ed0233ea44
Enable an ELFObjectFile to read the its arm build attributes to produce a target triple with a specific ARM architecture. llvm-objdump now uses this functionality to automatically produce a more accurate target. Differential Revision: https://reviews.llvm.org/D28769 llvm-svn: 292366
8 lines
163 B
ArmAsm
8 lines
163 B
ArmAsm
@ RUN: llvm-mc < %s -triple armv5tej-elf -filetype=obj | llvm-objdump -triple=arm -d - | FileCheck %s
|
|
|
|
bxj:
|
|
bxj r0
|
|
|
|
@ CHECK-LABEL: bxj
|
|
@ CHECK: 20 ff 2f e1 bxj r0
|