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.
This commit is contained in:
Erich Keane 2022-04-04 07:28:29 -07:00
parent 447a4485c5
commit b1ed286857
1 changed files with 1 additions and 5 deletions
clang/test/CodeGenCXX

View File

@ -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 {