graph-llvm-ir
graph-llvm-ir copied to clipboard
AssertionError
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
I have the same issue. Has it been solved?
+1
I get the same assertion error on LLVM versions above 3.3. It works fine for llvm -3.3 though.
I got the same error. solved yet?