I never used ‘llc’ before.
But in my case to deal with the .dot file
I used brew install graphviz
Then used the following command to convert .dot to .png
dot -Tpng DocName.dot -o DocName.png
It works every time without crash.
I never used ‘llc’ before.
But in my case to deal with the .dot file
I used brew install graphviz
Then used the following command to convert .dot to .png
dot -Tpng DocName.dot -o DocName.png
It works every time without crash.