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 DebugInfoAssignID (added in LLVM 17) #131

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Add DebugInfoAssignID (added in LLVM 17) #131

merged 2 commits into from
Dec 21, 2023

Conversation

RyanGlScott
Copy link
Collaborator

See llvm/llvm-project@a2620e0 for the LLVM commit in which this was introduced.

This is part of an eventual fix for GaloisInc/llvm-pretty-bc-parser#258.

RyanGlScott and others added 2 commits September 28, 2023 07:55
See
llvm/llvm-project@a2620e0
for the LLVM commit in which this was introduced.

This is part of an eventual fix for GaloisInc/llvm-pretty-bc-parser#258.
@RyanGlScott RyanGlScott requested a review from kquick October 3, 2023 15:28
RyanGlScott added a commit to GaloisInc/llvm-pretty-bc-parser that referenced this pull request Oct 3, 2023
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.
@RyanGlScott RyanGlScott merged commit 34cf64c into master Dec 21, 2023
@RyanGlScott RyanGlScott deleted the lpbp-T258 branch December 21, 2023 12:14
RyanGlScott added a commit to GaloisInc/llvm-pretty-bc-parser that referenced this pull request May 20, 2024
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.

2 participants