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

debuginfo: Add LLDB version detection to compiletest and fix some LLDB issues #17871

Merged
merged 2 commits into from
Oct 9, 2014

Commits on Oct 8, 2014

  1. Configuration menu
    Copy the full SHA
    895aac9 View commit details
    Browse the repository at this point in the history
  2. debuginfo: Don't mark struct fields as artificial.

    LLDB doesn't allow for reading 'artifical' fields (fields that are generated by the compiler). So do not mark, slice fields, enum discriminants, and GcBox value fields as artificial.
    michaelwoerister committed Oct 8, 2014
    5 Configuration menu
    Copy the full SHA
    98a0f91 View commit details
    Browse the repository at this point in the history