rust/compiler/rustc_codegen_llvm/src
Hugues de Valon d255d70e7a Update LLVM and add Unsupported diagnostic
Secure entry functions do not support if arguments are passed on the
stack. An "unsupported" diagnostic will be emitted by LLVM if that is
the case.
This commits adds support in Rust for that diagnostic so that an error
will be output if that is the case!

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
2020-09-30 14:57:37 +01:00
..
back Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
coverageinfo mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk 2020-09-26 12:58:34 +02:00
llvm Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
allocator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs Add MIPS asm! support 2020-09-27 02:36:50 +00:00
attributes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
base.rs Use as_nanos in bench.rs and base.rs 2020-09-20 10:16:01 +02:00
builder.rs Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk 2020-09-26 12:58:34 +02:00
callee.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
common.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
consts.rs Rollup merge of #76962 - est31:const_cstr, r=oli-obk 2020-09-21 10:40:45 +02:00
context.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
lib.rs Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov 2020-09-26 12:58:24 +02:00
llvm_util.rs Remove MMX from Rust 2020-09-20 15:13:11 +02:00
metadata.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs Remove MMX from Rust 2020-09-20 15:13:11 +02:00
type_of.rs Remove MMX from Rust 2020-09-20 15:13:11 +02:00
va_arg.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00