Skip to content
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

[Release] Build default target during Phase 1 and 2 on AIX #81009

Closed
wants to merge 1 commit into from

Conversation

azhan92
Copy link
Contributor

@azhan92 azhan92 commented Feb 7, 2024

Commit fcae8c seems to be skipping the compiler-rt build during Phase 1 which results in a non-functional Phase 1 clang on AIX

@daltenty daltenty self-requested a review February 7, 2024 20:53
Comment on lines +531 to +532
# compiler-rt builtins is needed on AIX to have a functional Phase 1 clang.
if [ "$Phase" -lt "3" ] && [ "$System" != "AIX" ]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is insulating AIX from the broader effects of the code here (to reduce the phase 1 and 2 builds) entirely. It should be possible to just add the necessary additional targets for AIX.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is more of a temporary solution for now since I'm still not sure why the original code is skipping the compiler-rt build during phase 1. Once I've investigated the problem more I'll update the fix.

@azhan92
Copy link
Contributor Author

azhan92 commented Feb 12, 2024

New PR: #81485

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants