[clang] [llvm] Add ifunc support for Windows on AArch64. (PR #111962)

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 01:00:52 PDT 2024


================
@@ -5800,8 +5800,10 @@ Not all targets support this attribute. ELF target support depends on both the
 linker and runtime linker, and is available in at least lld 4.0 and later,
 binutils 2.20.1 and later, glibc v2.11.1 and later, and FreeBSD 9.1 and later.
 Mach-O targets support it, but with slightly different semantics: the resolver
-is run at first call, instead of at load time by the runtime linker. Targets
-other than ELF and Mach-O currently do not support this attribute.
+is run at first call, instead of at load time by the runtime linker. Windows on
----------------
mstorsjo wrote:

The sentence starting with "Windows on AArch64" feels like it's missing some word at the start, maybe it should start with "On Windows ..."?

https://github.com/llvm/llvm-project/pull/111962


More information about the cfe-commits mailing list