[all-commits] [llvm/llvm-project] ddcb2d: [libc++] Improves modular build.

mordante via All-commits all-commits at lists.llvm.org
Tue Nov 1 12:24:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddcb2d19b372913b13f06a7824b49be57480718f
      https://github.com/llvm/llvm-project/commit/ddcb2d19b372913b13f06a7824b49be57480718f
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M libcxx/include/__format/formatter_output.h
    M libcxx/include/__ranges/lazy_split_view.h
    M libcxx/include/module.modulemap.in

  Log Message:
  -----------
  [libc++] Improves modular build.

Makes sure headers having a xxx_result as return type export the proper
header. Without exporting these modularized headers are not self
contained.

This is related to D136045.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D136711




More information about the All-commits mailing list