================
@@ -15,6 +15,7 @@
 #include "clang/Driver/InputInfo.h"
 #include "clang/Driver/Options.h"
 #include "clang/Driver/SanitizerArgs.h"
+#include "llvm/Config/llvm-config.h" // for LLVM_HOST_TRIPLE
----------------
dfukalov wrote:

Well, I guess such files (with configuration defines only) make almost no 
impact in compile time. It seems reasonable to treat _them_ (only?) just as 
IWYU.

Moreover, this change is a preparation to cleanup. So this include will 
probably appear here, after removal in other (implicitly used from this file) 
place.

https://github.com/llvm/llvm-project/pull/107301
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to