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

llvm: Pass EmitOptions to libzigcpp by pointer. #21251

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. llvm: Pass EmitOptions to libzigcpp by pointer.

    Passing it by value means that bringup on new architectures is harder for no
    real benefit. Passing it by pointer allows to get the compiler running without
    needing to figure out the C calling convention details first. This manifested in
    practice on LoongArch, for example.
    alexrp committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1c58320 View commit details
    Browse the repository at this point in the history