Skip to content

Commit 8c20833

Browse files
committed
Add release note
1 parent f0127ee commit 8c20833

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Changes to the LLVM IR
7070
* Added `@llvm.reloc.none` intrinsic to emit null relocations to symbols. This
7171
emits an undefined symbol reference without adding any dedicated code or data to
7272
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.
7377

7478
Changes to LLVM infrastructure
7579
------------------------------

0 commit comments

Comments
 (0)