pengfei added inline comments.
================ Comment at: clang/lib/CodeGen/CGStmt.cpp:2555-2556 + M.getNameWithPrefix(MangleName, GV, /*CannotUsePrivateLabel=*/true); + AsmString.replace(AsmString.find("$" + std::to_string(I)), 2, + MangleName.c_str()); + } ---------------- I'll use regex to match precisely and replace all. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121072/new/ https://reviews.llvm.org/D121072 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits