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

Add LLVM flags to limit DWARF version to 2 on BSD #77765

Merged
merged 1 commit into from
Oct 14, 2020

Commits on Oct 13, 2020

  1. Add a target option for selecting a DWARF version

    Certain platforms need to limit the DWARF version emitted (oxs, *bsd). This
    change adds a dwarf_version entry to the options that allows a platform to
    specify the dwarf version to use. By default this option is none and the default
    DWARF version is selected.
    
    Also adds an option for printing Option<u32> json keys
    amshafer committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4511f8b View commit details
    Browse the repository at this point in the history