After enabling assertions and recompilation I still get this error.<br><br>~/bin/llvm$ llc -view-isel-dags t3.bc<br>llc: Unknown command line argument '-view-isel-dags'.  Try: 'llc -help'<br>llc: Did you mean '-fast-isel-abort'?<br>
<br>and I see the view-edge bundles option but get the following error.<br><br>~/bin/llvm$ llc -view-edge-bundles t3.bc<br>Writing '/tmp/llvm_OrEAqH/EdgeBundles.dot'...  done. <br>Running 'dotty' program... graph parser: syntax error near line 1<br>
context: igraph >>>  { <<< <br>dotty.lefty: cannot load graph<br><br>it pops up a window but does not display anything. <br><br>-Omer<br><br><br><br><br><div class="gmail_quote">On Mon, Aug 15, 2011 at 8:43 AM, Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 15/08/11 13:12,    محمد ﻋﻤﺮ  ﺩﻫﻠﻮﻯ wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How do I enable the assertions when building ?<br>
I am using 2.9, the current version, and when I use the standard build llc does<br>
not give me the view-*-dags options.<br>
</blockquote>
<br></div>
Configure with --enable-assertions<br>
<br>
Ciao, Duncan.<br>
<br></blockquote></div><br>