<br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 10:17 AM, Juan Carlos Martinez Santos <span dir="ltr"><<a href="mailto:juanc.martinez.santos@gmail.com">juanc.martinez.santos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br><br>When I run llvm-gcc -emit-llvm hello.c -c -o hello.bc... what are the (default) passes that the driver is using? Where I can information about it? I want to examinate what are the sequences of passes that LLVM runs in each process.</blockquote>
</div><div><br></div><div>Use -fdebug-pass-arguments or -fdebug-pass-structure on llvm-gcc command line.</div>-<br>Devang<br>