Skip to content

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