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

Error of "in from_llvm_ir()"/GraphcreationError/llvm 9.0? #218

Open
Leling666 opened this issue Feb 16, 2025 · 1 comment
Open

Error of "in from_llvm_ir()"/GraphcreationError/llvm 9.0? #218

Leling666 opened this issue Feb 16, 2025 · 1 comment
Labels
Question Discussion or request for further information

Comments

@Leling666
Copy link

❓ Questions and Help

When I tried to use the "in from_llvm_ir()", I got the error:
programl.exceptions.GraphcreationError: E 2025-02-15 10:52:37 [programl/bin/llvm2graph.c:142 7:33: error: expected ’' at end of arqument list

By the way ,can programl be used for LLVM 9.0?

Image

@Leling666 Leling666 added the Question Discussion or request for further information label Feb 16, 2025
@ChrisCummins
Copy link
Owner

LLVM-IR is not forward or backwards compatible in its textual form. It looks like you're getting an error because you're using a different version of LLVM to the one that ProGraML was compiled against. The only versions of LLVM-IR we support are 3.8, 6.0, and 10.0. See: https://github.com/ChrisCummins/ProGraML?tab=readme-ov-file#supported-programming-languages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Discussion or request for further information
Projects
None yet
Development

No branches or pull requests

2 participants