[libcxx-commits] [clang] [libcxxabi] [clang][ItaniumMangle] Mangle friend function templates with a constr… (PR #110247)
Utkarsh Saxena via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 27 06:15:41 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(
----------------
usx95 wrote:
Can you also add the test you mentioned in https://github.com/llvm/llvm-project/issues/110088
eg. `A<bool> aj`; and add corresponding calls to `f(aj), g(aj),...`, etc.
https://github.com/llvm/llvm-project/pull/110247
More information about the libcxx-commits
mailing list