rust/compiler/rustc_target/src/abi
Nikita Popov 092643a266 Explicitly mark x86-interrupt ABI argument as byval
The first argument to an x86-interrupt ABI function was implicitly
treated as byval prior to LLVM 12. Since LLVM 12, it has to be
marked as such explicitly: 2e0e03c6a0
2021-02-28 10:19:44 +01:00
..
call Explicitly mark x86-interrupt ABI argument as byval 2021-02-28 10:19:44 +01:00
mod.rs Consider Scalar to be a bool only if its unsigned 2021-01-30 00:49:10 +02:00