siso: remove obsolete /showincludes basename matching in DepsAfterRun This workaround was originally implemented for an upstream clang-cl issue where /showincludes failed to report canonical header paths (https://github.com/llvm/llvm-project/issues/58726, b/294927170). Because the LLVM issue has been fixed upstream, this basename matching loop is no longer necessary and can be cleanly removed. Removing this also resolves false-positive missing dependency failures on Windows when SISO_EXPERIMENTS=fail-on-bad-deps is enabled, as scandeps inputs will no longer collide with compiler dependency tracking via basename matching. Bug: 541968721, 539781437 Change-Id: I77703853e232cbf43fc132a9dd8d2d6300d3855e Reviewed-on: https://chromium-review.googlesource.com/c/build/+/8176008 Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Ryosuke Miyake <rysk@google.com>
This repository contains tools developed and owned by the Chrome Build Team.
The steps for getting the code are:
git clone https://chromium.googlesource.com/buildWe use the standard Go module workflow to work on our projects.