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

AssertionError #3

Open
ANIKET-SHIVAM opened this issue Apr 23, 2015 · 4 comments
Open

AssertionError #3

ANIKET-SHIVAM opened this issue Apr 23, 2015 · 4 comments

Comments

@ANIKET-SHIVAM
Copy link

Hi, I getting an AssertionError(details below) on execution of the script. Could you please see on why is this happening. Thanks.

$ ./graph-llvm-ir ./vector_sum.ll && dot −Tpdf vector_sum.dot −o vector_sum.pdf

Error:
Traceback (most recent call last):
File "./graph-llvm-ir", line 216, in
mod = Module.from_assembly(asm)
File "/usr/local/lib/python2.7/dist-packages/llvm/core.py", line 443, in from_assembly
return Module(m)
File "/usr/local/lib/python2.7/dist-packages/llvm/init.py", line 16, in init
assert ptr
AssertionError

@noraabiakar
Copy link

I have the same issue. Has it been solved?

@iGhoneim
Copy link

iGhoneim commented Oct 9, 2016

+1

@LlewellynVishal
Copy link

LlewellynVishal commented Oct 23, 2017

I get the same assertion error on LLVM versions above 3.3. It works fine for llvm -3.3 though.

@mohmsslk
Copy link

mohmsslk commented Apr 4, 2018

I got the same error. solved yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants