[AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots

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 this now until I get time to use MapVector and test
out the solution. In the meantime, appease buildbots.

llvm-svn: 231497
This commit is contained in:
Bruno Cardoso Lopes 2015-03-06 18:38:42 +00:00
parent ebfe1fe059
commit 6e38693507
1 changed files with 5 additions and 0 deletions

View File

@ -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.