espositofulvio added inline comments.

================
Comment at: include/__config:19
@@ -18,1 +18,3 @@
+#include <__config_site>
+
 #ifdef __GNUC__
----------------
mclow.lists wrote:
> I'm reluctant to do this; because every include file slows down compilation - 
> for every program that we compile.
> 
> However, this may be the right thing to do.
I'm with Jonathan here, having config params dealt with this way it's easier 
and make things more manageable while the price of a slowdown, I think, 
shouldn't be substantial.


http://reviews.llvm.org/D11963



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to