================ @@ -106,9 +101,9 @@ class CodeGenTypes { } CodeGenModule &getCGM() const { return CGM; } ASTContext &getContext() const { return Context; } - const ABIInfo &getABIInfo() const { return TheABIInfo; } + const ABIInfo &getABIInfo() const; ---------------- efriedma-quic wrote:
Given almost all the callers of getABIInfo() are calling `CGM.getTypes().getABIInfo()`, we probably want to just move this helper to CodeGenModule. https://github.com/llvm/llvm-project/pull/98138 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits