mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add a testcase for r207627.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14d1db9019
commit
6f327421c5
4
test/MC/ELF/arm64-be-datalayout.s
Normal file
4
test/MC/ELF/arm64-be-datalayout.s
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: llvm-mc -filetype=obj -triple arm64_be %s | llvm-readobj -section-data -sections | FileCheck %s
|
||||
|
||||
// CHECK: 0000: 00123456 789ABCDE
|
||||
foo: .xword 0x123456789abcde
|
Loading…
Reference in New Issue
Block a user