From 216894211713bbb1e8beb249f2b008c11a9d8c2c Mon Sep 17 00:00:00 2001 From: Alan Phipps Date: Tue, 5 Jan 2021 14:50:18 -0600 Subject: [PATCH] [Coverage] Fix Profile test failures from commit rG9f2967bcfe2f Fix test failures with Branch Coverage tests from commit rG9f2967bcfe2f that failed build on builder clang-x64-windows-msvc while building llvm: http://lab.llvm.org:8011/#/builders/123/builds/2162 --- clang/test/Profile/branch-logical-mixed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Profile/branch-logical-mixed.cpp b/clang/test/Profile/branch-logical-mixed.cpp index cbfcf06..04b51d8 100644 --- a/clang/test/Profile/branch-logical-mixed.cpp +++ b/clang/test/Profile/branch-logical-mixed.cpp @@ -4,7 +4,7 @@ // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -main-file-name branch-logical-mixed.cpp %s -o - -emit-llvm -fprofile-instrument=clang | FileCheck -allow-deprecated-dag-overlap %s -// CHECK: @[[FUNC:__profc__Z4funcv]] = private global [61 x i64] zeroinitializer +// CHECK: @[[FUNC:__profc__Z4funcv]] = {{.*}} global [61 x i64] zeroinitializer // CHECK-LABEL: @_Z4funcv() -- 2.7.4