[libcxx-commits] [clang] [libcxxabi] [clang][ItaniumMangle] Mangle friend function templates with a constr… (PR #110247)
Viktoriia Bakalova via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 27 08:24:47 PDT 2024
================
@@ -58,19 +58,19 @@ namespace test2 {
// CHECK: call {{.*}}@_ZN5test21AIiEF1fEzQ4TrueIT_E(
// CLANG17: call {{.*}}@_ZN5test21fEz(
f(ai);
- // CHECK: call {{.*}}@_ZN5test2F1gIvEEvzQaa4TrueIT_E4TrueITL0__E(
+ // CHECK: call {{.*}}@_ZN5test21AIiEF1gIvEEvzQaa4TrueIT_E4TrueITL0__E(
----------------
VitaNuo wrote:
Sure.
https://github.com/llvm/llvm-project/pull/110247
More information about the libcxx-commits
mailing list