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

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 09:07:16 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"
----------------
jhuber6 wrote:

Shouldn't be necessary, I can make a PR to remove it again.

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


More information about the cfe-commits mailing list