[PATCH] D11963: Create a __config_site file to capture configuration decisions.

Fulvio Esposito via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 01:14:07 PDT 2015


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





More information about the cfe-commits mailing list