forked from OSchip/llvm-project
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:
parent
447a4485c5
commit
b1ed286857
clang/test/CodeGenCXX
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue