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

Richard Pennington rich at pennware.com
Fri Sep 5 19:23:34 PDT 2014


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

Any comments/criticisms would be greatly appreciated.

-Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140905/adcca508/attachment.html>


More information about the llvm-dev mailing list