Skip to content

Commit

Permalink
[docs] Add release notes for Windows specific changes in 18.x (llvm#8…
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo authored and Shivam Gupta committed Aug 23, 2024
1 parent 3453404 commit 09799e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,8 @@ Windows Support
to ensure compatibility with msvc. Previously strict aliasing was only disabled if the
driver mode was cl.

- Clang now passes relevant LTO options to the linker (LLD) in MinGW mode.

LoongArch Support
^^^^^^^^^^^^^^^^^

Expand Down
15 changes: 15 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,19 @@ Changes to the LLVM tools
be disabled by ``--no-verify-note-sections``. (`#90458
<https://github.com/llvm/llvm-project/pull/90458>`).

* 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
---------------------------------

Expand All @@ -445,6 +458,8 @@ Changes to BOLT
binary functions with exact hash, allowing for the matching of renamed but
identical functions.

* On Windows, LLDB can now read the thread names.

Changes to Sanitizers
---------------------

Expand Down

0 comments on commit 09799e4

Please sign in to comment.