Sanjay Soman
2008-Aug-22 19:10 UTC
[LLVMdev] LLC -view-isel-dags option on Windows/Cygwin build
I was able to compile LLVM on windows (llvm2.3) using Visual studio. When I type llc -help command, I do not see -view-isel-dags option (http://llvm.org/docs/CodeGenerator.html document mentions about it). Is this option is supported on Windows (or Cygwin) build? Thanks a bunch, -Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080822/38e63243/attachment.html>
Bill Wendling
2008-Aug-22 19:33 UTC
[LLVMdev] LLC -view-isel-dags option on Windows/Cygwin build
On Aug 22, 2008, at 12:10 PM, Sanjay Soman wrote:> I was able to compile LLVM on windows (llvm2.3) using Visual studio. > When I type llc -help command, I do not see -view-isel-dags option (http://llvm.org/docs/CodeGenerator.html > document mentions about it). Is this option is supported on Windows > (or Cygwin) build? >Does it show up when you use -help-hidden? -bw
Sanjay Soman
2008-Aug-22 20:16 UTC
[LLVMdev] LLC -view-isel-dags option on Windows/Cygwin build
Nope. I don't see this option with -help-hidden. Bill Wendling <isanbard at gmail.com> wrote: On Aug 22, 2008, at 12:10 PM, Sanjay Soman wrote:> I was able to compile LLVM on windows (llvm2.3) using Visual studio. > When I type llc -help command, I do not see -view-isel-dags option (http://llvm.org/docs/CodeGenerator.html > document mentions about it). Is this option is supported on Windows > (or Cygwin) build? >Does it show up when you use -help-hidden? -bw _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080822/9dc3f9ec/attachment.html>
Evan Cheng
2008-Aug-22 22:09 UTC
[LLVMdev] LLC -view-isel-dags option on Windows/Cygwin build
It requires GraphViz which should be available for Windows. But make sure it's in the search path before you configure llvm. Evan On Aug 22, 2008, at 12:10 PM, Sanjay Soman wrote:> I was able to compile LLVM on windows (llvm2.3) using Visual studio. > When I type llc -help command, I do not see -view-isel-dags option (http://llvm.org/docs/CodeGenerator.html > document mentions about it). Is this option is supported on Windows > (or Cygwin) build? > > Thanks a bunch, > -Sanjay > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080822/d7cbeee6/attachment.html>