Skip to content

Commit b396b63

Browse files
mstorsjoxgupta
authored andcommitted
[docs] Add release notes for Windows specific changes in 18.x (llvm#80011)
1 parent 120127f commit b396b63

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,8 @@ Windows Support
12681268
to ensure compatibility with msvc. Previously strict aliasing was only disabled if the
12691269
driver mode was cl.
12701270

1271+
- Clang now passes relevant LTO options to the linker (LLD) in MinGW mode.
1272+
12711273
LoongArch Support
12721274
^^^^^^^^^^^^^^^^^
12731275

llvm/docs/ReleaseNotes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,19 @@ Changes to the LLVM tools
454454

455455
* llvm-objdump now supports the ``--file-headers`` option for XCOFF object files.
456456

457+
* llvm-rc and llvm-windres now accept file path references in ``.rc`` files
458+
concatenated from multiple string literals.
459+
460+
* The llvm-windres option ``--preprocessor`` now resolves its argument
461+
in the PATH environment variable as expected, and options passed with
462+
``--preprocessor-arg`` are placed before the input file as they should
463+
be.
464+
465+
* The llvm-windres option ``--preprocessor`` has been updated with the
466+
breaking behaviour change from GNU windres from binutils 2.36, where
467+
the whole argument is considered as one path, not considered as a
468+
sequence of tool name and parameters.
469+
457470
Changes to LLDB
458471
---------------------------------
459472

@@ -477,6 +490,8 @@ Changes to BOLT
477490
binary functions with exact hash, allowing for the matching of renamed but
478491
identical functions.
479492

493+
* On Windows, LLDB can now read the thread names.
494+
480495
Changes to Sanitizers
481496
---------------------
482497

0 commit comments

Comments
 (0)