[cfe-commits] [PATCH] Extend support of '-Bprefix' functionality

Simon Atanasyan satanasyan at mips.com
Thu Oct 25 13:11:51 PDT 2012


On Mon, Oct 22, 2012 at 12:43 AM, Simon Atanasyan <satanasyan at mips.com> wrote:
> Clang driver accepts only directory as an argument of "-B" option.
> Suppose user wants to use "prefix-as" and "prefix-ld" as a linker and
> assembler respectively. Clang driver does not allow doing that. gcc
> driver accepts arbitrary path's prefix as an argument of "-B" option
> and allows to do that using "-Bprefix-" option. The attached patch
> adds support of this functionality to the Clang driver.
>
> Please review the patch.

Ping.

--
Simon



More information about the cfe-commits mailing list