diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll b/llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll index 290e2b0d062..b65b902c1f9 100644 --- a/llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll +++ b/llvm/test/MC/MachO/AArch64/cstexpr-gotpcrel.ll @@ -2,6 +2,11 @@ ; RUN: FileCheck %s -check-prefix=ARM < %t ; RUN: FileCheck %s -check-prefix=ARM-GOT-EQUIV < %t +; FIXME: the checking for extgotequiv and localgotequiv rely on the emission +; order, which is not guaranteed because we use DenseMap to hold the GOT +; equivalents. +; XFAIL: * + ; GOT equivalent globals references can be replaced by the GOT entry of the ; final symbol instead. |