Skip to content

Commit f31c805

Browse files
authored
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.
2 parents eb7da35 + b386959 commit f31c805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/codegen/alloc-optimisation.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//
2+
// no-system-llvm
23
// min-llvm-version: 10.0.1
34
// compile-flags: -O
45
#![crate_type="lib"]

0 commit comments

Comments
 (0)