Skip to content

[abi] [ItaniumMangle] Remove a test case that fails due to expected r… #110467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

VitaNuo
Copy link
Contributor

@VitaNuo VitaNuo commented Sep 30, 2024

…edefinition failures.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 30, 2024
@VitaNuo VitaNuo merged commit 93eaa99 into llvm:main Sep 30, 2024
7 of 9 checks passed
@llvmbot
Copy link
Member

llvmbot commented Sep 30, 2024

@llvm/pr-subscribers-clang

Author: Viktoriia Bakalova (VitaNuo)

Changes

…edefinition failures.


Full diff: https://github.com/llvm/llvm-project/pull/110467.diff

1 Files Affected:

  • (modified) clang/test/CodeGenCXX/mangle-concept.cpp (-23)
diff --git a/clang/test/CodeGenCXX/mangle-concept.cpp b/clang/test/CodeGenCXX/mangle-concept.cpp
index 966117544bfec1..6053511c00a7b5 100644
--- a/clang/test/CodeGenCXX/mangle-concept.cpp
+++ b/clang/test/CodeGenCXX/mangle-concept.cpp
@@ -52,7 +52,6 @@ namespace test2 {
   };
 
   A<int> ai;
-  A<bool> aj;
 
   // CHECK-LABEL: define {{.*}}@{{.*}}test2{{.*}}use
   void use() {
@@ -77,28 +76,6 @@ namespace test2 {
     // CHECK: call {{.*}}@_ZN5test21lITk4TruevEEvz(
     // CLANG17: call {{.*}}@_ZN5test21lIvEEvz(
     l(ai);
-
-    // CHECK: call {{.*}}@_ZN5test21AIbEF1fEzQ4TrueIT_E(
-    // CLANG17: call {{.*}}@_ZN5test21fEz(
-    f(aj);
-    // CHECK: call {{.*}}@_ZN5test21AIbEF1gIvEEvzQaa4TrueIT_E4TrueITL0__E(
-    // CLANG17: call {{.*}}@_ZN5test21gIvEEvz(
-    g(aj);
-    // CHECK: call {{.*}}@_ZN5test21hIvEEvzQ4TrueITL0__E(
-    // CLANG17: call {{.*}}@_ZN5test21hIvEEvz(
-    h(aj);
-    // CHECK: call {{.*}}@_ZN5test21AIbEF1iIvQaa4TrueIT_E4TrueITL0__EEEvz(
-    // CLANG17: call {{.*}}@_ZN5test21iIvEEvz(
-    i(aj);
-    // CHECK: call {{.*}}@_ZN5test21jIvQ4TrueITL0__EEEvz(
-    // CLANG17: call {{.*}}@_ZN5test21jIvEEvz(
-    j(aj);
-    // CHECK: call {{.*}}@_ZN5test21AIbEF1kITk4TruevQ4TrueIT_EEEvz(
-    // CLANG17: call {{.*}}@_ZN5test21kIvEEvz(
-    k(aj);
-    // CHECK: call {{.*}}@_ZN5test21lITk4TruevEEvz(
-    // CLANG17: call {{.*}}@_ZN5test21lIvEEvz(
-    l(aj);
   }
 }
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants