[clang] [clang-tools-extra] [Clang] Use TargetInfo when deciding if an address space is compatible (PR #115777)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 09:05:50 PST 2024


================
@@ -31,6 +31,7 @@
 #include "clang/Basic/PointerAuthOptions.h"
 #include "clang/Basic/SourceLocation.h"
 #include "clang/Basic/Specifiers.h"
+#include "clang/Basic/TargetInfo.h"
----------------
nikic wrote:

I dropped this include again in https://github.com/llvm/llvm-project/commit/bc3b0fadd5120bd88ed6635583941f7763523c0a because it was causing a significant build time regression. I assume this was a leftover from some earlier iteration of the patch.

https://github.com/llvm/llvm-project/pull/115777


More information about the cfe-commits mailing list