search for: fog0000000043

Displaying 3 results from an estimated 3 matches for "fog0000000043".

2010 Jan 05
0
[LLVMdev] make fails to detect changes in case srcdir != objdir
...ason for picking autoconf? Don't ask me, it's not what I would have done. :) But to be fair, at the time autoconf was really the only game in town. Even now, only CMake really competes in this space. Then again, neither one satisfies Joel Test #2: http://www.joelonsoftware.com/articles/fog0000000043.html I've wondered for a long time why software systems don't build a build system around a tool that's actually designed for it. Like make. In fact I wondered so much that I went and did it. Parallel configure/build/test is a really nifty thing. It's fun seeing regression test...
2010 Jan 05
3
[LLVMdev] make fails to detect changes in case srcdir != objdir
On Tue, Jan 05, 2010 at 01:05:56PM -0600, David Greene wrote: > On Tuesday 05 January 2010 12:18, Gregory Petrosyan wrote: > > > > It sounds like the dependencies for your pass are not correct. Where > > > did you put it in the LLVM tree and how did you change the Makefiles? > > > > One new .cpp file in lib/Transforms/IPO + RegisterPass<> + mention pass
2010 Jan 05
1
[LLVMdev] make fails to detect changes in case srcdir != objdir
...#39;t ask me, it's not what I would have done. :) > > But to be fair, at the time autoconf was really the only game in town. > Even now, only CMake really competes in this space. > > Then again, neither one satisfies Joel Test #2: > > http://www.joelonsoftware.com/articles/fog0000000043.html > > I've wondered for a long time why software systems don't build a build system > around a tool that's actually designed for it. Like make. In fact I wondered > so much that I went and did it. Parallel configure/build/test is a really > nifty thing. It's fu...