19 lines · plain
1// RUN: llvm-mc -triple=armebv8.2a-eabi -filetype=obj < %s | llvm-objdump -s - | FileCheck %s --check-prefix=CHECK-BE2// RUN: llvm-mc -triple=armv8.2a-eabi -filetype=obj < %s | llvm-objdump -s - | FileCheck %s --check-prefix=CHECK-LE3 4 .text5 .fpu crypto-neon-fp-armv86 .arch_extension fp167 8.section s_pcrel_9,"ax",%progbits9// CHECK-BE-LABEL: Contents of section s_pcrel_910// CHECK-LE-LABEL: Contents of section s_pcrel_911// CHECK-BE: 0000 ed9f090212// CHECK-LE: 0000 02099fed13 vldr.16 s0, .LCPI0_014 nop15 bx lr16.LCPI0_0:17 .short 2801218 19