Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env/corellium/ios: special case "--print-prog-name=ar" in clang wrapper
Intercept the "--print-prog-name=ar" flag in the clang wrapper and return "ar" from the system path, as opposed to the "ar" selected by clang. This is needed to avoid bypassing the ar wrapper installed in /var/root/bin, which is the one we want. Updates golang/go#59221. Change-Id: I907a6d6be2e6439901b36d6f7f8669939fd82e94 Reviewed-on: https://go-review.googlesource.com/c/build/+/480675 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
- Loading branch information