Skip to content

Commit c923f79

Browse files
committed
[AArch64] Disable RLF RTTI proxy test after workaround. NFC.
In swiftlang#9339/0614ff994a the behavior was partially reverted.
1 parent e1ba6bf commit c923f79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/test/MC/ELF/rtti-proxy-gotpcrel.ll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
; RUN: llc %s -mtriple=aarch64 -o - | FileCheck %s
44
; RUN: llc %s -mtriple=riscv64 -o - | FileCheck %s
55

6+
; XFAIL: *
7+
; See swiftlang/llvm PR 9339 / rdar//135050296
8+
; AArch64 support was disabled because of linker issues in 0614ff994a.
9+
610
@vtable = dso_local unnamed_addr constant i32 trunc (i64 sub (i64 ptrtoint (ptr @rtti.proxy to i64), i64 ptrtoint (ptr @vtable to i64)) to i32), align 4
711
@vtable_with_offset = dso_local unnamed_addr constant [2 x i32] [i32 0, i32 trunc (i64 sub (i64 ptrtoint (ptr @rtti.proxy to i64), i64 ptrtoint (ptr @vtable_with_offset to i64)) to i32)], align 4
812
@vtable_with_negative_offset = dso_local unnamed_addr constant [2 x i32] [

0 commit comments

Comments
 (0)