rust/compiler/rustc_llvm
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
..
llvm-wrapper Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
src Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
build.rs
Cargo.toml