[libc-commits] [libc] [libc] Enable ifunc support in static startup (PR #182841)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Mon Feb 23 08:56:08 PST 2026
================
@@ -32,4 +32,10 @@
#define ELF64_R_TYPE(i) ((i) & 0xffffffffL)
#define ELF64_R_INFO(s, t) (((s) << 32) + ((t) & 0xffffffffL))
+// Architecture-specific IRELATIVE relocation types
+
+#define R_X86_64_IRELATIVE 37
+#define R_AARCH64_IRELATIVE 1032
----------------
SchrodingerZhu wrote:
Please a TODO or comment for missing armv7 support.
https://github.com/llvm/llvm-project/pull/182841
More information about the libc-commits
mailing list