================ @@ -2727,6 +2727,8 @@ void CXXNameMangler::mangleQualifiers(Qualifiers Quals, const DependentAddressSp // <type> ::= U <OpenCL-addrspace> // <type> ::= U <CUDA-addrspace> + llvm::Triple Triple = getASTContext().getTargetInfo().getTriple(); ---------------- nikic wrote:
const reference both here and below? No need to copy the triple. https://github.com/llvm/llvm-project/pull/101696 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits