[Coverage] Fix Profile test failures from commit rG9f2967bcfe2f
authorAlan Phipps <a-phipps@ti.com>
Tue, 5 Jan 2021 20:50:18 +0000 (14:50 -0600)
committerAlan Phipps <a-phipps@ti.com>
Tue, 5 Jan 2021 20:53:07 +0000 (14:53 -0600)
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

index cbfcf06..04b51d8 100644 (file)
@@ -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()