Skip to content

Conversation

@yxsamliu
Copy link
Contributor

Build compiler-rt as runtime instead of project. This will use freshly built clang to build compiler-rt instead of the system compiler. Also use lld to link compiler-rt. Both can lower the risk of encounter issues with old system compiler and linker.

Fixes buildbot failure https://lab.llvm.org/buildbot/#/builders/123/builds/1580

Build compiler-rt as runtime instead of project. This will use
freshly built clang to build compiler-rt instead of the system
compiler. Also use lld to link compiler-rt. Both can lower
the risk of encounter issues with old system compiler
and linker.

Fixes buildbot failure https://lab.llvm.org/buildbot/#/builders/123/builds/1580
@yxsamliu
Copy link
Contributor Author

Since it is urgent. I will merge it first.

@yxsamliu yxsamliu merged commit 1af79dd into llvm:main Jul 11, 2024
Copy link

@rampitec rampitec left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! And I didn't know this was an option.

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