-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Use LLVM runtimes build #67986
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
Use LLVM runtimes build #67986
Conversation
@swift-ci please test |
Linux is failing, although not for the errors I was expecting
|
6789969
to
08e6084
Compare
@swift-ci please test Linux |
08e6084
to
a7f0661
Compare
@swift-ci please test |
@swift-ci please test Apple Silicon |
@swift-ci please build toolchain |
a7f0661
to
738384d
Compare
@swift-ci please test |
099d0ec
to
03d23bc
Compare
LLVM plans to remove the legacy methods for building compiler-rt. This change updates build-script to use LLVM_ENABLE_RUNTIMES to build compiler-rt with the just-built clang instead of the legacy methods. This does not update the llvm-install-components in build-presets.ini -- this is done on purpose to stress more the migration logic, some of the presets will be updated with a subsequent PRs Addresses rdar://113972453
03d23bc
to
efce129
Compare
@swift-ci please python lint |
@swift-ci please test |
@swift-ci please python lint |
@swift-ci please test |
725c16e
to
a7bc9bd
Compare
@swift-ci please python lint |
@swift-ci please test |
@swift-ci please python lint |
@swift-ci please test |
@swift-ci please python lint |
LLVM plans to remove the legacy methods for building compiler-rt. This change updates build-script to use LLVM_ENABLE_RUNTIMES to build compiler-rt with the just-built clang instead of the legacy methods.
This does not update the llvm-install-components in build-presets.ini -- this is done on purpose to stress more the migration logic, some of the presets will be updated with a subsequent PRs
Addresses rdar://113972453