[clang] [CodeGen][Hexagon] Replace PointerType::getUnqual(Type) with opaque version (NFC) (PR #126274)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 8 06:18:29 PST 2025
================
@@ -8,6 +8,7 @@
#include "ABIInfoImpl.h"
#include "TargetInfo.h"
+#include "llvm/IR/DerivedTypes.h"
----------------
nikic wrote:
I don't think the extra include is needed?
https://github.com/llvm/llvm-project/pull/126274
More information about the cfe-commits
mailing list