[cfe-commits] [patch] Remove -ccc-clang-archs

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Oct 2 11:49:50 PDT 2012


The clang driver has a fairly fancy support for executing gcc instead
of clang itself. This dates back to clang's early days and I have the
impression that part of it is not used anymore. This patch removes
-ccc-clang-archs. The main benefit is that tests no longer need to
differentiate architectures that are included in "production" builds
of clang and those that are not.

Cheers,
Rafael



More information about the cfe-commits mailing list