[clang] [TBAA] Extend pointer TBAA to pointers of non-builtin types. (PR #110569)

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 13:50:48 PDT 2024


================
@@ -119,6 +120,7 @@ class CodeGenTBAA {
   llvm::Module &Module;
   const CodeGenOptions &CodeGenOpts;
   const LangOptions &Features;
+  MangleContext *MangleCtx;
----------------
fhahn wrote:

Thanks that should be fixed now!

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


More information about the cfe-commits mailing list