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

Allow Self::Module to be mutated. #58609

Merged
merged 2 commits into from
Feb 23, 2019
Merged

Commits on Feb 20, 2019

  1. Allow Self::Module to be mutated.

    `codegen_allocator` and `write_metadata` mutate the underlying LLVM module. As
    such, it makes sense for these two functions to receive a mutable reference to
    the module (as opposed to an immutable one).
    gabi-250 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    36f18f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    e5d1fa5 View commit details
    Browse the repository at this point in the history