Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve generating Custom entry function #104001

Merged
merged 3 commits into from
Nov 19, 2022
Merged

Commits on Nov 10, 2022

  1. 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 rust-lang#100316.
    
    Currently, this moves the entry function name and Call convention to the
    target spec.
    
    Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
    Ayush1325 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9f0a862 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Use custom entry name in gcc

    This is a continuation of 9f0a862 for
    gcc.
    
    Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
    Ayush1325 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6dfe239 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Use custom entry name in cranelift

    This is a continuation of 9f0a862 for
    cranelift.
    
    Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
    Ayush1325 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2436dff View commit details
    Browse the repository at this point in the history