Conversation
Member
|
Rebased for CI. |
ec078a6 to
8919fe4
Compare
8498eb0 to
06265d4
Compare
Collaborator
|
Still needs tests for:
And various other things that I find in some clang-emitted IR. |
Collaborator
|
I'm partial to removing the |
Member
|
Might be useful to create a proper querying API in Julia? |
Collaborator
What kinds of querying did you have in mind? |
Collaborator
|
Oh you mean the ability to query attached debuginfo. Yeah, I can work on that. |
Member
Yeah. Doesn't need to be part of this PR, but maybe the structs (mimicking the LLVM representation) are useful to contain/expose that information. |
vchuravy
commented
Mar 9, 2021
3 tasks
1d4535d to
0341f90
Compare
647a979 to
b5cca3f
Compare
34d0c10 to
b9ce3be
Compare
6c1042a to
dbadf3a
Compare
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.
Remaining piece from #139 (not sure why bors closed that one)
Still needs more work and tests, but on LLVM8 the API is starting to become useful.
The implementation was inspired by looking at the Go bindings in LLVM trunk,
albeit the maintain their own C library shim.