[all-commits] [llvm/llvm-project] e57f6f: [libc++][modules] Fixes exporting named declarations.

Mark de Wever via All-commits all-commits at lists.llvm.org
Mon Jul 31 09:38:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e57f6f709ed2ebef7852bebb47baaf202962b4ee
      https://github.com/llvm/llvm-project/commit/e57f6f709ed2ebef7852bebb47baaf202962b4ee
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-07-31 (Mon, 31 Jul 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




More information about the All-commits mailing list