[clang] [SystemZ][Clang]Use the function name from the source for name PPA1 (PR #209215)
Sean Perry via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 08:12:55 PDT 2026
================
@@ -2355,15 +2355,16 @@ static bool isUniqueInternalLinkageDecl(GlobalDecl GD,
static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD,
const NamedDecl *ND,
- bool OmitMultiVersionMangling = false) {
+ bool OmitMultiVersionMangling = false,
+ bool IgnoreAsmLabel = false) {
----------------
perry-ca wrote:
I counted 11 or 12 calls.
https://github.com/llvm/llvm-project/pull/209215
More information about the cfe-commits
mailing list