Zhichao Deng
2010-Jan-27 21:32 UTC
[LLVMdev] What is the latest status of llc support on WIndows platform?
I want to know whether llc can emit .s on windows or is there any project going on to support it? And what is the effort needed to support it on windows? Thanks, Zhichao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100127/d5ac1073/attachment.html>
Anton Korobeynikov
2010-Jan-27 22:00 UTC
[LLVMdev] What is the latest status of llc support on WIndows platform?
> I want to know whether llc can emit .s on windows or is there any project > going on to support it?iirc llc can emit .s files on windows since LLVM 1.7 (or maybe even before) http://llvm.org/docs/GettingStarted.html#requirements is a good thing to read> And what is the effort needed to support it on windows?Compile it and use it. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Possibly Parallel Threads
- [LLVMdev] LLVM 2.6 cygwin build fails
- [LLVMdev] Documentation is missing hardware platform FreeBSD on amd64 and states that Solaris/Sparc is 'working'
- [LLVMdev] LLVM 2.6 cygwin build fails
- [LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
- Git Transition status?