From 5dfe5fb7ee7f105e43727f738b22cd7142150d6e Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 15 Dec 2015 23:49:51 +0000 Subject: [PATCH] Relax checks in cfi-cross-dso test. The test is failing with unnamed labels. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255712 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/cfi-cross-dso.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGenCXX/cfi-cross-dso.cpp b/test/CodeGenCXX/cfi-cross-dso.cpp index e7e9f98ce5..fbe6fc83a5 100644 --- a/test/CodeGenCXX/cfi-cross-dso.cpp +++ b/test/CodeGenCXX/cfi-cross-dso.cpp @@ -33,11 +33,11 @@ void g() { // ITANIUM: %[[TEST:.*]] = call i1 @llvm.bitset.test(i8* %[[VT2]], metadata !"_ZTS1A"), !nosanitize // MS: %[[TEST:.*]] = call i1 @llvm.bitset.test(i8* %[[VT2]], metadata !"?AUA@@"), !nosanitize // CHECK: br i1 %[[TEST]], label %[[CONT:.*]], label %[[SLOW:.*]], {{.*}} !nosanitize -// CHECK: [[SLOW]]: +// CHECK: [[SLOW]] // ITANIUM: call void @__cfi_slowpath(i64 7004155349499253778, i8* %[[VT2]]) {{.*}} !nosanitize // MS: call void @__cfi_slowpath(i64 -8005289897957287421, i8* %[[VT2]]) {{.*}} !nosanitize // CHECK: br label %[[CONT]], !nosanitize -// CHECK: [[CONT]]: +// CHECK: [[CONT]] // CHECK: call void %{{.*}}(%struct.A* %{{.*}}) // No hash-based bit set entry for (anonymous namespace)::B -- 2.40.0