[clang] [llvm] [SystemZ][z/OS] __ptr32 support for z/OS (PR #101696)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 06:45:38 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();
----------------
nikic wrote:
const reference both here and below? No need to copy the triple.
https://github.com/llvm/llvm-project/pull/101696
More information about the llvm-commits
mailing list