Skip to content

Commit 50daf4d

Browse files
authored
Add @llvm.reloc.none intrinsic to LLVM release notes (#166805)
This declares PR #147427.
1 parent 75c09b7 commit 50daf4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Changes to the LLVM IR
6767
Instead, the `align` attribute should be placed on the pointer (or vector of
6868
pointers) argument.
6969
* A `load atomic` may now be used with vector types on x86.
70+
* Added `@llvm.reloc.none` intrinsic to emit null relocations to symbols. This
71+
emits an undefined symbol reference without adding any dedicated code or data to
72+
to bear the relocation.
7073

7174
Changes to LLVM infrastructure
7275
------------------------------

0 commit comments

Comments
 (0)