Re: [MacRuby-devel] LLVM Build Convenience

2009-08-02 Thread Joshua Ballanco
Hey Laurent, I'm not super confortable with this patch, because it relies too much on README.rdoc, if we change it later it might break your change. Also, I don't like automatic scripts because the user doesn't really have the opportunity to customize what's happening. Right. I didn't mea

Re: [MacRuby-devel] LLVM Build Convenience

2009-08-02 Thread Laurent Sansonetti
Hi Josh, I'm not super confortable with this patch, because it relies too much on README.rdoc, if we change it later it might break your change. Also, I don't like automatic scripts because the user doesn't really have the opportunity to customize what's happening. I think the best soluti

Re: [MacRuby-devel] LLVM Build Convenience

2009-08-02 Thread Josh Ballanco
Whoops! Small mistake in that last patch. Use this one: llvm_build.diff Description: Binary data - Josh On Aug 2, 2009, at 4:36 PM, Josh Ballanco wrote: Hey all, I got tired of constantly having to rebuild/reinstall LLVM, so I added a facility to scrape the commands from the README an

[MacRuby-devel] LLVM Build Convenience

2009-08-02 Thread Josh Ballanco
Hey all, I got tired of constantly having to rebuild/reinstall LLVM, so I added a facility to scrape the commands from the README and offer to run them if llvm-config isn't found. I've attached the diff if anyone else is interested (don't know that I'd recommend this for general use, thou