Uh oh!
There was an error while loading. Please reload this page.
compiletest: Add exact-llvm-major-version directive - #132995
Conversation
rustbot
commented
Nov 13, 2024
Could not assign reviewer from: |
rustbot
commented
Nov 13, 2024
rustbot has assigned @compiler-errors. Use |
rustbot
commented
Nov 13, 2024
Some changes occurred in src/tools/compiletest cc @jieyouxu |
jieyouxu
commented
Nov 13, 2024
r? jieyouxu |
jieyouxu
left a comment
There was a problem hiding this comment.
Thanks, a few suggestions but LGTM otherwise.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jieyouxu
commented
Nov 13, 2024
@rustbot author |
Eclips4
commented
Nov 13, 2024
@rustbot ready |
jieyouxu
left a comment
There was a problem hiding this comment.
Thanks, I'll r+ when PR CI is green.
jieyouxu
commented
Nov 13, 2024
@bors r+ rollup |
bors
commented
Nov 13, 2024
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#126046 (Implement `mixed_integer_ops_unsigned_sub`) - rust-lang#132302 (rustdoc: Treat declarative macros more like other item kinds) - rust-lang#132842 (ABI checks: add support for tier2 arches) - rust-lang#132995 (compiletest: Add ``exact-llvm-major-version`` directive) - rust-lang#132996 (Trim extra space when suggesting removing bad `let`) - rust-lang#132998 (Unvacation myself) - rust-lang#133000 ([rustdoc] Fix duplicated footnote IDs) - rust-lang#133001 (actually test next solver) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#132995 - Eclips4:issue-132348, r=jieyouxu compiletest: Add ``exact-llvm-major-version`` directive Now contributors don't need to use `min-llvm-version: X` + `ignore-llvm-version: X+1 - 99`, so they can simply use `exact-llvm-major-version: X` To be honest, I didn't find any usages of that hack other than the one mentioned in the issue. ( `tests/codegen/try_question_mark_nop.rs`) Closesrust-lang#132348. rustc-dev-guide PR for `//@ exact-llvm-major-version`: rust-lang/rustc-dev-guide#2135 r? jieyouxu
Now contributors don't need to use
min-llvm-version: X+ignore-llvm-version: X+1 - 99, so they can simply useexact-llvm-major-version: XTo be honest, I didn't find any usages of that hack other than the one mentioned in the issue. (
tests/codegen/try_question_mark_nop.rs)Closes#132348.
rustc-dev-guide PR for
//@ exact-llvm-major-version: rust-lang/rustc-dev-guide#2135r? jieyouxu