[all-commits] [llvm/llvm-project] 1ecfc1: [Bazel] Make `builtin_headers_gen` as subset of CM...

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Sat Jul 2 23:47:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ecfc12b0c67de24c160dd126b873efa8e51c7c7
      https://github.com/llvm/llvm-project/commit/1ecfc12b0c67de24c160dd126b873efa8e51c7c7
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2022-07-03 (Sun, 03 Jul 2022)

  Changed paths:
    M utils/bazel/llvm-project-overlay/clang/BUILD.bazel

  Log Message:
  -----------
  [Bazel] Make `builtin_headers_gen` as subset of CMake's `clang-resource-headers`

At the moment, two files are not installed by CMake.

- `lib/Headers/openmp_wrappers/time.h`
- `lib/Headers/ppc_wrappers/nmmintrin.h`

`builtin_headers_gen` is available as the source of rules_pkg.
The difference of the layout of installed headers makes cache hit harder.




More information about the All-commits mailing list