Re: [llvm-commits] Patch for compiling with Mingw/Cygwin

2008-01-15 Thread Chris Lattner
On Jan 14, 2008, at 9:59 PM, Alain Frisch wrote: > Chris Lattner wrote: >> Okay, this looks really good. One final question before I commit: >> why does tblgen want a windows path instead of a unix path? Can >> that be fixed in tblgen? Doesn't this affect llvm-as and all other >> tools?

Re: [llvm-commits] Patch for compiling with Mingw/Cygwin

2008-01-14 Thread Alain Frisch
Chris Lattner wrote: > Okay, this looks really good. One final question before I commit: why > does tblgen want a windows path instead of a unix path? Can that be > fixed in tblgen? Doesn't this affect llvm-as and all other tools? When we compile with Mingw/Cygwin, we want to produce plain Wi

Re: [llvm-commits] Patch for compiling with Mingw/Cygwin

2008-01-14 Thread Chris Lattner
On Jan 14, 2008, at 12:56 AM, Alain Frisch wrote: > Hello, > > Sorry for not replying before. I was not subscribed to llvm-commits > and did not see your email. > >> A couple of comments: You really need to add some comments in >> Makefile.config.in over the stuff that sets SYSPATH to indic

Re: [llvm-commits] Patch for compiling with Mingw/Cygwin

2008-01-14 Thread Alain Frisch
Hello, Sorry for not replying before. I was not subscribed to llvm-commits and did not see your email. A couple of comments: You really need to add some comments in Makefile.config.in over the stuff that sets SYSPATH to indicate what it is used for, and probably over the TableGen = ... li

Re: [llvm-commits] Patch for compiling with Mingw/Cygwin

2008-01-07 Thread Chris Lattner
On Jan 7, 2008, at 8:12 AM, Alain Frisch wrote: > The attached patch makes it possible to compile LLVM under Mingw/ > Cygwin (that is, with "gcc -mno-cygwin" under Cygwin). The only > problem which I could not address with configure flags is that the > tblgen tool expect Windows paths, wherea