summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-04-30 10:15:35 +0000
committerJames Molloy <james.molloy@arm.com>2014-04-30 10:15:35 +0000
commit7c39df37b22b1614b6c69f504badd1a38fdff740 (patch)
tree6d6772d31f39fad6182787f02810d91ff0786cc1 /llvm/test/CodeGen
parentfa40368d9d83d676d8d520dce4d297277efe6b03 (diff)
downloadbcm5719-llvm-7c39df37b22b1614b6c69f504badd1a38fdff740.tar.gz
bcm5719-llvm-7c39df37b22b1614b6c69f504badd1a38fdff740.zip
[ARM64] Ensure arm64_be is dealt with when emitting debug info.
This is a partial port of r204816 (cpirker "Elf support for MC-JIT runtime dynamic linker") from AArch64 to ARM64. llvm-svn: 207625
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AArch64/pic-eh-stubs.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll b/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll
index 6a7788ddf4c..399d1c1123f 100644
--- a/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll
+++ b/llvm/test/CodeGen/AArch64/pic-eh-stubs.ll
@@ -1,6 +1,7 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
; RUN: llc -mtriple=aarch64_be-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
; RUN: llc -mtriple=arm64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
+; RUN: llc -mtriple=arm64_be-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s
; Make sure exception-handling PIC code can be linked correctly. An alternative
; to the sequence described below would have .gcc_except_table itself writable
OpenPOWER on IntegriCloud