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 f0127ee commit 8c20833Copy full SHA for 8c20833
llvm/docs/ReleaseNotes.md
@@ -70,6 +70,10 @@ Changes to the LLVM IR
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
+* Added `modular-format` attribute to dynamically pull in aspects of libc
74
+ format string function implementations from statically-linked libc's based on
75
+ the requirements of each call. Currently only `float` is supported; this can
76
+ keep floating point support out of printf if it can be proven unused.
77
78
Changes to LLVM infrastructure
79
------------------------------
0 commit comments