Hi,

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.

-- 
Simon

Attachment: b-opt.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to