rust/compiler/rustc_llvm
Dylan DPC a027b01f33
Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-technology, r=Amanieu
Remove branch target prologues from `#[naked] fn`

This patch hacks around rust-lang/rust#98768 for now via injecting appropriate attributes into the LLVMIR we emit for naked functions. I intend to pursue this upstream so that these attributes can be removed in general, but it's slow going wading through C++ for me.
2022-07-18 21:14:43 +05:30
..
llvm-wrapper Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-technology, r=Amanieu 2022-07-18 21:14:43 +05:30
src Fully stabilize NLL 2022-06-03 17:16:41 -04:00
build.rs Add LLVM based mingw-w64 targets 2022-05-13 20:14:15 +02:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00