Support parsing metadata fields added in LLVM 22#347
Draft
RyanGlScott wants to merge 5 commits intomasterfrom
Draft
Support parsing metadata fields added in LLVM 22#347RyanGlScott wants to merge 5 commits intomasterfrom
RyanGlScott wants to merge 5 commits intomasterfrom
Conversation
Contributor
Author
|
The Nix CI jobs are failing because they are trying to build Any idea how to make Nix not do that? |
langston-barrett
approved these changes
Feb 25, 2026
kquick
approved these changes
Feb 25, 2026
Member
kquick
left a comment
There was a problem hiding this comment.
By default, it uses the latest version of GHC available in the nixpkgs distribution. I pushed an update to the flake.nix to avoid use of GHC 9.14 for now. We can easily revert the change when GHC 9.14 changes are ready to go.
Contributor
Author
|
Thanks, Kevin! It's unfortunate that some of the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for parsing the
sourceLanguageVersionanddataSizefields, which were introduced in LLVM 22. As such, this fixes #339 and fixes #340, respectively.This bumps the
llvm-prettysubmodule to bring in the corresponding changes from GaloisInc/llvm-pretty#189.Marked as a draft pending GaloisInc/llvm-pretty#189 landing upstream.