aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-02-07 02:20:10 +0200
committerGitHub <noreply@github.com>2024-02-06 16:20:10 -0800
commitd0149a593b21f0d3969888063bf5935cef187209 (patch)
treec15982e1eae9e20dd8cd6514d28d327c9d8dd711 /llvm
parentd0e9101d9f1e49c828a0a88a04c2abde46bec88d (diff)
downloadllvm-d0149a593b21f0d3969888063bf5935cef187209.zip
llvm-d0149a593b21f0d3969888063bf5935cef187209.tar.gz
llvm-d0149a593b21f0d3969888063bf5935cef187209.tar.bz2
[docs] Add release notes for Windows specific changes in 18.x (#80011)
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 0e70a4e..2c2d5b2 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -320,6 +320,19 @@ Changes to the LLVM tools
* llvm-objcopy now supports ``--gap-fill`` and ``--pad-to`` options, for
ELF input and binary output files only.
+* llvm-rc and llvm-windres now accept file path references in ``.rc`` files
+ concatenated from multiple string literals.
+
+* The llvm-windres option ``--preprocessor`` now resolves its argument
+ in the PATH environment variable as expected, and options passed with
+ ``--preprocessor-arg`` are placed before the input file as they should
+ be.
+
+* The llvm-windres option ``--preprocessor`` has been updated with the
+ breaking behaviour change from GNU windres from binutils 2.36, where
+ the whole argument is considered as one path, not considered as a
+ sequence of tool name and parameters.
+
Changes to LLDB
---------------------------------
@@ -360,6 +373,8 @@ Changes to LLDB
fields are present, however this is not always possible or entirely
accurate. If in doubt, refer to the numerical value.
+* On Windows, LLDB can now read the thread names.
+
Changes to Sanitizers
---------------------
* HWASan now defaults to detecting use-after-scope bugs.