[clang] [llvm] [SystemZ][z/OS] __ptr32 support for z/OS (PR #101696)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 06:58:03 PDT 2024
================
@@ -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
More information about the cfe-commits
mailing list