We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c404110 commit ee89982Copy full SHA for ee89982
llvm/test/MC/ELF/rtti-proxy-gotpcrel.ll
@@ -3,6 +3,10 @@
3
; RUN: llc %s -mtriple=aarch64 -o - | FileCheck %s
4
; RUN: llc %s -mtriple=riscv64 -o - | FileCheck %s
5
6
+; XFAIL: *
7
+; See swiftlang/llvm PR 9339 / rdar//135050296
8
+; AArch64 support was disabled because of linker issues in 0614ff994a.
9
+
10
@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
11
@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
12
@vtable_with_negative_offset = dso_local unnamed_addr constant [2 x i32] [
0 commit comments