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 4.0] Support a debug info API change for LLVM 4.0 #39528

Merged
merged 1 commit into from
Feb 5, 2017

Commits on Feb 4, 2017

  1. Support a debug info API change for LLVM 4.0

    Instead of directly creating a 'DIGlobalVariable', we now have to create
    a 'DIGlobalVariableExpression' which itself contains a reference to a
    'DIGlobalVariable'.
    
    This is a straightforward change.
    
    In the future, we should rename 'DIGlobalVariable' in the FFI
    bindings, assuming we will only refer to 'DIGlobalVariableExpression'
    and not 'DIGlobalVariable'.
    Dylan McKay committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    768c6c0 View commit details
    Browse the repository at this point in the history