mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Rollup merge of #89591 - infinity0:master, r=Amanieu
fix: alloc-optimisation is only for rust llvm As discussed at the bottom of #83485. On a separate note I'll take this chance ask, is it worth pulling in that patch (to recognise `__rust_dealloc`) into Debian's system LLVM? The main factors for us to consider would be (1) is the optimisation significant and (2) is there not any significant negative impact to non-rust packages that use LLVM.
This commit is contained in:
commit
f31c805038
@ -1,4 +1,5 @@
|
||||
//
|
||||
// no-system-llvm
|
||||
// min-llvm-version: 10.0.1
|
||||
// compile-flags: -O
|
||||
#![crate_type="lib"]
|
||||
|
Loading…
Reference in New Issue
Block a user