[cfe-dev] [LLVMdev] RFC: Another go at a cross compiler config file.

Bob Wilson bob.wilson at apple.com
Mon Sep 8 09:46:45 PDT 2014


> On Sep 5, 2014, at 7:23 PM, Richard Pennington <rich at pennware.com> wrote:
> 
> A while back (2012) there were a few messages related to using YAML config files to set up how clang would build stuff, especially for cross compilers. My ELLCC project is entirely cross compilation focused, so today I decided to play around with the config file idea. Right now it only handles replacing a "-target foo" option with the options defined in the file foo in the resource/config directory, but I think it has potential for doing quite a bit more.
> 
> I describe it a little more on my blog at http://ellcc.org/blog/?p=11877 <http://ellcc.org/blog/?p=11877>
> 
> Any comments/criticisms would be greatly appreciated.

There aren’t a lot of details on your blog, but the basic idea sounds great. I’m looking forward to seeing patches for this!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140908/503cc821/attachment.html>


More information about the cfe-dev mailing list