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

Stable ICFG Export #741

Open
fabianbs96 opened this issue Dec 15, 2024 · 0 comments
Open

Stable ICFG Export #741

fabianbs96 opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request technical debt

Comments

@fabianbs96
Copy link
Member

The current export of LLVMBaseedICFG (via exportICFGAsJson) strongly depends on the LLVM IR version and the debug-info extraction capabilities of LLVMIRToSrc.cpp.

We need some stable export that only depends on the source-code

@fabianbs96 fabianbs96 added enhancement New feature or request technical debt labels Dec 15, 2024
fabianbs96 added a commit that referenced this issue Feb 10, 2025
* Expose getDILocation()

* expose getSrcCodeFromIR for DebugLocation + minor

* Remove some unused includes

* Fix AliasInfo

* better fallback handling for getDebugLocation, etc

* Disable failing test and refer to tracking issue  #741

* fix unittests compiler version check

---------

Co-authored-by: Sriteja Kummita <[email protected]>
Co-authored-by: Sriteja Kummita <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technical debt
Projects
None yet
Development

No branches or pull requests

1 participant