[cfe-dev] Clang universal driver project state
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Aug 2 08:40:55 PDT 2013
> This is a very simple and clean solution he is proposing.
> Clang should be able to read from a simple ascii file where the components
> of the target infrastructure are located: i.e. header files, assembler,
> linker, libraries, etc.
Why can't the files be response files? The driver already communicates
all the header info to cc1 via command lines. Having command lines for
disabling autodetect and selecting the linker, library layout, etc is
good for testing anyway. With those in place, response file should
work. Including the idea of writing a tool that run gcc and extracts a
configuration file.
> Reed
Cheers,
Rafael
More information about the cfe-dev
mailing list