[all-commits] [llvm/llvm-project] e27548: [libc++] Don't commit libcxx.imp (#89391)

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 22 05:45:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2754890ca75d64b3acb9b8655874421aed8f9cb
      https://github.com/llvm/llvm-project/commit/e2754890ca75d64b3acb9b8655874421aed8f9cb
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/libcxx.imp
    M libcxx/utils/CMakeLists.txt
    M libcxx/utils/generate_iwyu_mapping.py

  Log Message:
  -----------
  [libc++] Don't commit libcxx.imp (#89391)

We can instead generate it on-the-fly when we install the headers. This
reduces the amount of boilerplate we have to re-generate whenever we
add, remove or relocate header files.

Fixes #88529



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list