-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 5 pull requests #133032
Rollup of 5 pull requests #133032
Commits on Nov 11, 2024
-
ci: Enable full
debuginfo-level=2
inDEPLOY_ALT
It will be slower to build and produce larger artifacts, but hopefully it will help catch debuginfo regressions sooner, especially for problems that LLVM assertions would uncover.
Configuration menu - View commit details
-
Copy full SHA for fc83c8a - Browse repository at this point
Copy the full SHA fc83c8aView commit details
Commits on Nov 13, 2024
-
PassWrapper: disable UseOdrIndicator for Asan Win32
As described here UseOdrIndicator should be disabled on Windows since link.exe does not support duplicate weak definitions (https://reviews.llvm.org/D137227). Co-Authored-By: Bastian Kersting <bkersting@google.com>
Configuration menu - View commit details
-
Copy full SHA for 61013f0 - Browse repository at this point
Copy the full SHA 61013f0View commit details -
compiletest: known-bug / crashes: allow for an "auxiliary" directory …
…to contain files that do not have a "known-bug" directive Fixes rust-lang#133009
Configuration menu - View commit details
-
Copy full SHA for 73c6494 - Browse repository at this point
Copy the full SHA 73c6494View commit details
Commits on Nov 14, 2024
-
Fix a copy-paste issue in the NuttX raw type definition
This file is copied from the rtems as initial implementation, and forgot to change the OS name in the comment. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Configuration menu - View commit details
-
Copy full SHA for 79e2af2 - Browse repository at this point
Copy the full SHA 79e2af2View commit details -
compiletest: add
max-llvm-major-version
directiveThere's already `min-llvm-version`, and contributors were using `ignore-llvm-version: 20 - 99` to emulate `max-llvm-major-version: 19`.
Configuration menu - View commit details
-
Copy full SHA for 7eee9fa - Browse repository at this point
Copy the full SHA 7eee9faView commit details -
tests: use
max-llvm-major-version
instead ofignore-llvm-version
……range like `N - 99` For tests that use `ignore-llvm-version: N - M`, replace that with `max-llvm-major-version: N-1`.
Configuration menu - View commit details
-
Copy full SHA for 91fa16b - Browse repository at this point
Copy the full SHA 91fa16bView commit details -
Rollup merge of rust-lang#132010 - cuviper:alt-full-debuginfo, r=Mark…
…-Simulacrum ci: Enable full `debuginfo-level=2` in `DEPLOY_ALT` It will be slower to build and produce larger artifacts, but hopefully it will help catch debuginfo regressions sooner, especially for problems that LLVM assertions would uncover. try-job: dist-x86_64-linux try-job: dist-x86_64-linux-alt
Configuration menu - View commit details
-
Copy full SHA for bce5fa6 - Browse repository at this point
Copy the full SHA bce5fa6View commit details -
Rollup merge of rust-lang#132310 - jieyouxu:max-llvm-version, r=onur-…
…ozkan compiletest: add `max-llvm-major-version` directive To complement existing `min-llvm-version` so contributors don't have to use `ignore-llvm-version: 20 - 99` to emulate `max-llvm-major-version: 19`. Closes rust-lang#132305. cc `@workingjubilee` who suggested this. ### Implementation steps - [x] 1. Implement the directive (this PR) - [x] 2. Open an accompanying dev-guide PR to describe the directive (rust-lang/rustc-dev-guide#2129) r? bootstrap
Configuration menu - View commit details
-
Copy full SHA for 475203f - Browse repository at this point
Copy the full SHA 475203fView commit details -
Rollup merge of rust-lang#132773 - jakos-sec:fix-asan-win32, r=jieyouxu
PassWrapper: disable UseOdrIndicator for Asan Win32 As described in https://reviews.llvm.org/D137227 UseOdrIndicator should be disabled on Windows since link.exe does not support duplicate weak definitions. Fixes rust-lang#124390. Credits also belong to `@1c3t3a` who worked with me on this. We are currently testing this on a Windows machine.
Configuration menu - View commit details
-
Copy full SHA for e3c76c5 - Browse repository at this point
Copy the full SHA e3c76c5View commit details -
Rollup merge of rust-lang#133013 - matthiaskrgr:crash_aux, r=onur-ozkan
compiletest: known-bug / crashes: allow for an "auxiliary" directory to contain files that do not have a "known-bug" directive Fixes rust-lang#133009 r? `@jieyouxu`
Configuration menu - View commit details
-
Copy full SHA for 6a783a4 - Browse repository at this point
Copy the full SHA 6a783a4View commit details -
Rollup merge of rust-lang#133027 - no1wudi:master, r=jhpratt
Fix a copy-paste issue in the NuttX raw type definition This file is copied from the rtems as initial implementation, and forgot to change the OS name in the comment.
Configuration menu - View commit details
-
Copy full SHA for e6cd869 - Browse repository at this point
Copy the full SHA e6cd869View commit details