Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attempt to re-enable demangle test in mangle-nttp-anon-union
@Thakis believes the problem was the lack of -n on my llvm-cxxfilt call,
so hopefully this is the only problem. Committing to see if this makes
all the buildbots happy.
  • Loading branch information
Erich Keane committed Apr 4, 2022
1 parent 447a448 commit b1ed286
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clang/test/CodeGenCXX/mangle-nttp-anon-union.cpp
@@ -1,9 +1,5 @@
// RUN: %clang_cc1 -std=c++20 -emit-llvm %s -o - -triple=x86_64-linux-gnu | FileCheck %s

// FIXME: In the future we could possibly do this to get nicer looking output
// for this, but it seems that some of the bots don't have a recent enough
// version of llvm-cxxfilt to demangle these.
// %clang_cc1 -std=c++20 -emit-llvm %s -o - -triple=x86_64-linux-gnu | llvm-cxxfilt | FileCheck %s --check-prefix DEMANGLED
// RUN: %clang_cc1 -std=c++20 -emit-llvm %s -o - -triple=x86_64-linux-gnu | llvm-cxxfilt -n | FileCheck %s --check-prefix DEMANGLED

template<typename T>
struct wrapper1 {
Expand Down

0 comments on commit b1ed286

Please sign in to comment.