On Mon, Oct 22, 2012 at 12:43 AM, Simon Atanasyan <[email protected]> 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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to