-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Ensure clang++ is autodetected on iOS. #123749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
!buildbot iOS |
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 63e50e1 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @freakboy3742 for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
GH-123758 is a backport of this pull request to the 3.13 branch. |
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…n#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Process nitpick: In the future, please don't use |
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…n#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…n#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…on#123758) Ensure clang++ is autodetected on iOS. (pythongh-123749) (cherry picked from commit d359c7c) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
#123620 added shims for clang++ on iOS; however, those shims won't be autodetected without an update to the configure script.