Hello, Žiga> I would like to compile at least x86 target as well as Fibonacci example > (to test if it really works). In order to do so, I may need some hints: > 1) How to generate X86GenRegisterNames.inc required by x86 (or any other > files, if there are any other)It's being built via tablegen> 2) Is bugpoint project buildable on windows?Yes.> 3) Which other tools can be compiled for windows?All, except lto. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
On Sun, 2006-11-05 at 00:27 +0300, Anton Korobeynikov wrote:> > 2) Is bugpoint project buildable on windows? > Yes.Really? When did that happen? Are we now just execing the sub-processes instead of forking them? Reid.
On Sat, 4 Nov 2006, Reid Spencer wrote:> On Sun, 2006-11-05 at 00:27 +0300, Anton Korobeynikov wrote: > >>> 2) Is bugpoint project buildable on windows? >> Yes. > > Really?Yep.> When did that happen?Apparently Dec 22, 2005. Some rspencer guy did it: http://llvm.org/bugs/show_bug.cgi?id=351> Are we now just execing the sub-processes > instead of forking them?yep, :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
Reasonably Related Threads
- [LLVMdev] llvm partly ported to windows
- [LLVMdev] llvm partly ported to windows
- [LLVMdev] llvm partly ported to windows
- [LLVMdev] llvm partly ported to windows
- can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help