Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 6f32742

Browse files
author
James Molloy
committed
Add a testcase for r207627.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207697 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 14d1db9 commit 6f32742

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/MC/ELF/arm64-be-datalayout.s

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// RUN: llvm-mc -filetype=obj -triple arm64_be %s | llvm-readobj -section-data -sections | FileCheck %s
2+
3+
// CHECK: 0000: 00123456 789ABCDE
4+
foo: .xword 0x123456789abcde

0 commit comments

Comments
 (0)