[PATCH] Pass -I flags to the integrated assembler

Joerg Sonnenberger joerg at britannica.bec.de
Tue Nov 12 12:21:31 PST 2013


On Tue, Nov 12, 2013 at 11:49:03AM -0800, David Peixotto wrote:
> This patch changes the way that clang builds the integrated
> assembler job to pass all -I arguments down to the integrated
> assembler. These arguments are needed by the assembler to correctly
> process '.include' directives.

What's the precedent for this? I would expect -I options to only affect
the *C* preprocessor. -Wa can be used for assembler specific options.

Joerg



More information about the cfe-commits mailing list