Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit correct darwin_x86_64 CPU value if not using Xcode
Previously, if not using the Xcode toolchain, for example because the locator failed, the standard Unix C++ toolchain was created with a CPU value of either `darwin_arm64` or `darwin`, depending on the host architecture. The latter, when appended to `@local_config_cc//:cc-compiler-` in the toolchain BUILD template, results in a reference to a non-existent toolchain.
- Loading branch information