forked from torvalds/linux
-
Couldn't load subscription status.
- Fork 476
Closed
Labels
• toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...Related to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...
Description
Clean:
'-3dnow' is not a recognized feature for this target (ignoring feature)
'-3dnowa' is not a recognized feature for this target (ignoring feature)
since Rust 1.82.0 due to llvm/llvm-project#96246 in LLVM 19 (upgrade: rust-lang/rust#127513; cleanup on Rust side of their target feature in Rust 1.81.0: rust-lang/rust#127864).
Probably to be done conditionally with the upcoming RUSTC_VERSION support (or just removing it, since LLVM should not be generating the instructions anyway: rust-lang/rust#127864 (comment)).
Thanks @nikic for the ping!
Metadata
Metadata
Assignees
Labels
• toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...Related to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...