================ @@ -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(); ---------------- abhina-sree wrote:
Thanks for catching, I fixed this here https://github.com/llvm/llvm-project/pull/102469 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