[LLVMdev] Internal passes in LLVMC

Devang Patel devang.patel at gmail.com
Wed Jun 24 16:12:56 PDT 2009


On Wed, Jun 24, 2009 at 10:17 AM, Juan Carlos Martinez Santos <
juanc.martinez.santos at gmail.com> wrote:

> Hello,
>
> 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.


Use -fdebug-pass-arguments or -fdebug-pass-structure on llvm-gcc command
line.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090624/95273a51/attachment.html>


More information about the llvm-dev mailing list