[all-commits] [llvm/llvm-project] 8ab2c3: [libcxx] [doc] Add a release note for distributors...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Jun 9 12:32:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ab2c384b8ad5afe4f23d02961ed7327d491aaf9
https://github.com/llvm/llvm-project/commit/8ab2c384b8ad5afe4f23d02961ed7327d491aaf9
Author: Martin Storsjö <martin at martin.st>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
Log Message:
-----------
[libcxx] [doc] Add a release note for distributors about MinGW builds and dllimport
This allows distributors to simplify how libc++ is built in MinGW
configurations.
Differential Revision: https://reviews.llvm.org/D127151
Commit: 9617ffce0d376afe2539f477533f8c14f769cc6e
https://github.com/llvm/llvm-project/commit/9617ffce0d376afe2539f477533f8c14f769cc6e
Author: Martin Storsjö <martin at martin.st>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[LLD] [ELF] Add parentheses to silence a GCC warning. NFC.
This silences the following warning:
../tools/lld/ELF/SyntheticSections.cpp:1596:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
1596 | assert((index != 0 || type != target->gotRel && type != target->pltRel ||
Differential Revision: https://reviews.llvm.org/D127395
Compare: https://github.com/llvm/llvm-project/compare/b89bcefa6202...9617ffce0d37
More information about the All-commits
mailing list