[llvm] 50daf4d - Add @llvm.reloc.none intrinsic to LLVM release notes (#166805)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 09:16:52 PST 2025
Author: Daniel Thornburgh
Date: 2025-11-06T17:16:47Z
New Revision: 50daf4d6005e4ae6073b4114b920414afe77609d
URL: https://github.com/llvm/llvm-project/commit/50daf4d6005e4ae6073b4114b920414afe77609d
DIFF: https://github.com/llvm/llvm-project/commit/50daf4d6005e4ae6073b4114b920414afe77609d.diff
LOG: Add @llvm.reloc.none intrinsic to LLVM release notes (#166805)
This declares PR #147427.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index bfe68274eae3f..23bba99ec874f 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -67,6 +67,9 @@ Changes to the LLVM IR
Instead, the `align` attribute should be placed on the pointer (or vector of
pointers) argument.
* A `load atomic` may now be used with vector types on x86.
+* Added `@llvm.reloc.none` intrinsic to emit null relocations to symbols. This
+ emits an undefined symbol reference without adding any dedicated code or data to
+ to bear the relocation.
Changes to LLVM infrastructure
------------------------------
More information about the llvm-commits
mailing list