You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure exactly what the impact will be, though it does seem to affect the AST, changing the type of a field of DIGlobalVariable to be a DIExpression.
The text was updated successfully, but these errors were encountered:
This commit changed the representation of global variables in the bitcode: llvm-mirror/llvm@5420de3.
Some places in the reader now check for different versions of global-variable-involving expressions:
It seems the code in the parser is somewhat aware of this change:
I'm not sure exactly what the impact will be, though it does seem to affect the AST, changing the type of a field of
DIGlobalVariable
to be aDIExpression
.The text was updated successfully, but these errors were encountered: