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

Support DIAssignID (LLVM 17) #261

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Support DIAssignID (LLVM 17) #261

wants to merge 3 commits into from

Conversation

RyanGlScott
Copy link
Contributor

Adding support for DIAssigID is very straightforward, as it doessn't have any fields to parse (aside from isDistinct).

This bumps the llvm-pretty submodule to bring in the related changes from GaloisInc/llvm-pretty#131.

Fixes #258.


This is marked as a draft as the T258.ll test case currently fails due to #260.

Adding support for `DIAssigID` is very straightforward, as it doessn't have any
fields to parse (aside from `isDistinct`).

This bumps the `llvm-pretty` submodule to bring in the related changes from
GaloisInc/llvm-pretty#131.

Fixes #258.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement METADATA_ASSIGN_ID (DIAssignID)
1 participant