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 75c09b7 commit 50daf4dCopy full SHA for 50daf4d
llvm/docs/ReleaseNotes.md
@@ -67,6 +67,9 @@ Changes to the LLVM IR
67
Instead, the `align` attribute should be placed on the pointer (or vector of
68
pointers) argument.
69
* 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.
73
74
Changes to LLVM infrastructure
75
------------------------------
0 commit comments