rust/src/test/codegen/auxiliary
Alex Crichton 24cc38e3b0 rustc: Add LLVM nounwind with -C panic=abort
This informs LLVM that functions can't unwind, which while it should typically
have already been inferred when necessary or otherwise not impact codegen is
apparently needed on targets like ARM to avoid references to unnecessary
symbols.

Closes #44992
2017-10-11 09:05:38 -07:00
..
nounwind.rs rustc: Add LLVM nounwind with -C panic=abort 2017-10-11 09:05:38 -07:00