[all-commits] [llvm/llvm-project] 07998f: Correct and complete dependency sets after 74b411d...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Mar 17 19:53:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07998f6d750b3223199279b2ef5a48fb9bd61430
https://github.com/llvm/llvm-project/commit/07998f6d750b3223199279b2ef5a48fb9bd61430
Author: Sterling Augustine <saugustine at google.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Correct and complete dependency sets after 74b411d38c48513a125e67e049aca55452b9e855
Prior to this change the __support_cpp_array_ref target's only dependency was libc_root.
but it #includes "TypeTraits.h" and Array.h for that matter.
These dependencies matter when building in distributed build systems and the relevant
files must be know for the distributed build to ship them to the executor.
Differential Revision: https://reviews.llvm.org/D121974
More information about the All-commits
mailing list