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

MLIR analysis to SARIF exporter. #662

Open
1 of 5 tasks
xlauko opened this issue Jul 10, 2024 · 0 comments
Open
1 of 5 tasks

MLIR analysis to SARIF exporter. #662

xlauko opened this issue Jul 10, 2024 · 0 comments
Assignees

Comments

@xlauko
Copy link
Member

xlauko commented Jul 10, 2024

Prerequisites

  • I have read the documentation and the proposed feature is not implemented.

Description

Allow to integrate MLIR analysis results with SARIF:

  • Create gap::sarif in https://github.com/lifting-bits/gap/tree/main as a separate library (i.e. gap-sarif)
  • gap::sarif should describe sarif structures in C++ and provide serialization/deserialization to textual representation
  • Create an example usage, e.g. run some mlir analysis pass that for instance lists all functions with names and locations and encode this information from mlir into gap::sarif
  • Look at integration with vs-code plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants