-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] backports #94933
Merged
Merged
[beta] backports #94933
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 897ce09 - Browse repository at this point
Copy the full SHA 897ce09View commit details -
Use new pass manager on s390x with LLVM 14
The problematic compile-time issue should be resolved with this version.
Configuration menu - View commit details
-
Copy full SHA for 59387f5 - Browse repository at this point
Copy the full SHA 59387f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fb22d - Browse repository at this point
Copy the full SHA 32fb22dView commit details -
Statically compile libstdc++ everywhere if asked
PR rust-lang#93918 made it so that `-static-libstdc++` was only set in one place, and was only set during linking, but accidentally also made it so that it is no longer passed when building LLD or sanitizers, only when building LLVM itself. This moves the logic for setting `-static-libstdc++` in the linker flags back to `configure_cmake` so that it takes effect for all CMake invocations in `native.rs`. As a side-effect, this also causes libstdc++ to be statically compiled into sanitizers and LLD if `llvm-tools-enabled` is set but `llvm-static-stdcpp` is not, even though previously it was only linked statically if `llvm-static-stdcpp` was set explicitly. But that seems more like the expected behavior anyway.
Configuration menu - View commit details
-
Copy full SHA for 099acb0 - Browse repository at this point
Copy the full SHA 099acb0View commit details -
Downgrade
#[test]
on macro call to warningFollow up to rust-lang#92959. Address rust-lang#94508.
Configuration menu - View commit details
-
Copy full SHA for 27b6c44 - Browse repository at this point
Copy the full SHA 27b6c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7237f15 - Browse repository at this point
Copy the full SHA 7237f15View commit details -
bootstrap: correct reading of flags for llvm
First, this reverts the `CFLAGS`/`CXXFLAGS` of rust-lang#93918. Those flags are already read by `cc` and populated into `Build` earlier on in the process. We shouldn't be overriding that based on `CFLAGS`, since `cc` also respects overrides like `CFLAGS_{TARGET}` and `HOST_CFLAGS`, which we want to take into account. Second, this adds the same capability to specify target-specific versions of `LDFLAGS` as we have through `cc` for the `C*` flags: https://github.com/alexcrichton/cc-rs#external-configuration-via-environment-variables Note that this also necessitated an update to compiletest to treat CXXFLAGS separately from CFLAGS.
Configuration menu - View commit details
-
Copy full SHA for 9823bc6 - Browse repository at this point
Copy the full SHA 9823bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe9be4 - Browse repository at this point
Copy the full SHA 0fe9be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7e021 - Browse repository at this point
Copy the full SHA 9d7e021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12cae30 - Browse repository at this point
Copy the full SHA 12cae30View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.