[all-commits] [llvm/llvm-project] edc0ee: [libc++][modules] Fixes exporting named declarations.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Aug 8 03:48:49 PDT 2023
Branch: refs/heads/release/17.x
Home: https://github.com/llvm/llvm-project
Commit: edc0ee3ccad416ab186202bf928ea64e3a7987b7
https://github.com/llvm/llvm-project/commit/edc0ee3ccad416ab186202bf928ea64e3a7987b7
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M libcxx/modules/std/atomic.cppm
M libcxx/modules/std/execution.cppm
M libcxx/modules/std/filesystem.cppm
Log Message:
-----------
[libc++][modules] Fixes exporting named declarations.
@ChuanqiXu noticed std::atomic was not properly exported in the std module.
Investigation showed other named declarations were not exported either. This
fixes the issue.
Depends on D156550
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D156592
(cherry picked from commit e57f6f709ed2ebef7852bebb47baaf202962b4ee)
More information about the All-commits
mailing list