Files
third_party_rust_rust/compiler/rustc_codegen_llvm/src
Ayush Singh 9f0a8620bd Improve generating Custom entry function
This commit is aimed at making compiler generated entry functions
(Basically just C `main` right now) more generic so other targets can do
similar things for custom entry. This was initially implemented as part
of https://github.com/rust-lang/rust/pull/100316.

Currently, this moves the entry function name and Call convention to the
target spec.

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2022-11-11 01:04:39 +05:30
..
2022-10-14 12:57:56 +08:00
2022-02-24 12:18:21 +01:00
2020-08-30 18:45:07 +03:00