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

Use name-discarding LLVM context #47220

Merged
merged 1 commit into from
Jan 6, 2018
Merged

Use name-discarding LLVM context #47220

merged 1 commit into from
Jan 6, 2018

Commits on Jan 5, 2018

  1. Use name-discarding LLVM context

    This is only applicable when neither of --emit=llvm-ir or --emit=llvm-bc are not
    requested.
    
    In case either of these outputs are wanted, but the benefits of such context are
    desired as well, -Zfewer_names option provides the same functionality regardless
    of the outputs requested.
    nagisa committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b719578 View commit details
    Browse the repository at this point in the history