[all-commits] [llvm/llvm-project] 48e862: [libcxx] Add missing includes

Michael137 via All-commits all-commits at lists.llvm.org
Mon Jan 16 09:27:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48e862d06d2fce4c3b70eeda748efa2682d62f57
      https://github.com/llvm/llvm-project/commit/48e862d06d2fce4c3b70eeda748efa2682d62f57
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M libcxx/include/__iterator/bounded_iter.h
    M libcxx/include/__iterator/move_iterator.h

  Log Message:
  -----------
  [libcxx] Add missing includes

This fixes the remaining errors when building the llvm-project
with `LLVM_ENABLE_MODULES=ON` (and `LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY=ON`,
which currently is the LLVM default).

Previously this would fail in the `CXX_SUPPORTS_MODULES` check.

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




More information about the All-commits mailing list