[llvm-branch-commits] [llvm] ac8818e - [docs] Mention another fixed bug in the release notes
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 9 08:57:57 PST 2022
Author: Martin Storsjö
Date: 2022-02-09T18:57:42+02:00
New Revision: ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69
URL: https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69
DIFF: https://github.com/llvm/llvm-project/commit/ac8818e38f6ea6d84e54ff1ea2c0436ecb43bc69.diff
LOG: [docs] Mention another fixed bug in the release notes
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 447ef45e6ae88..f513b620066a1 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -147,6 +147,10 @@ Changes to the Windows Target
constructors), making sure that GNU ld exports all of them correctly as
functions, not data, when linking a DLL.
+* Handling of temporary files on more uncommon file systems (network
+ mounts, ramdisks) on Windows is fixed now (which previously either
+ errored out or left stray files behind).
+
Changes to the OCaml bindings
-----------------------------
More information about the llvm-branch-commits
mailing list