mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
c357579164
There really is no arm64_be: it was a useful fiction to test big-endian support while both backends existed in parallel, but now the only platform that uses the name (iOS) doesn't have a big-endian variant, let alone one called "arm64_be". llvm-svn: 213748
5 lines
173 B
ArmAsm
5 lines
173 B
ArmAsm
// RUN: llvm-mc -filetype=obj -triple aarch64_be %s | llvm-readobj -section-data -sections | FileCheck %s
|
|
|
|
// CHECK: 0000: 00123456 789ABCDE
|
|
foo: .xword 0x123456789abcde
|