[all-commits] [llvm/llvm-project] fa79d2: [libc++][Modules] Fix a few module related warnings
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Jul 31 00:16:54 PDT 2023
Branch: refs/heads/release/17.x
Home: https://github.com/llvm/llvm-project
Commit: fa79d2b3645ede61e392d541926a2d8fa5841557
https://github.com/llvm/llvm-project/commit/fa79d2b3645ede61e392d541926a2d8fa5841557
Author: Ian Anderson <iana at apple.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M libcxx/include/__algorithm/pstl_sort.h
M libcxx/include/module.modulemap.in
Log Message:
-----------
[libc++][Modules] Fix a few module related warnings
I'm getting a few -Wundefined-inline warnings, and a -Wnon-modular-include-in-module too. Fix all of those.
Reviewed By: Mordante, #libc
Differential Revision: https://reviews.llvm.org/D156508
(cherry picked from commit 165841b681c146ae1e013a0aa4d69ef7c7c20fe2)
Commit: 08f4f4c2d66a2cd3824e3c5e6730c2ecb7b5e2d3
https://github.com/llvm/llvm-project/commit/08f4f4c2d66a2cd3824e3c5e6730c2ecb7b5e2d3
Author: Martin Storsjö <martin at martin.st>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M lld/docs/ReleaseNotes.rst
Log Message:
-----------
[docs] Add release notes for a Windows specific change in LLD
Compare: https://github.com/llvm/llvm-project/compare/cff7a7747db0...08f4f4c2d66a
More information about the All-commits
mailing list