forked from OSchip/llvm-project
[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
This commit is contained in:
parent
65cd3cbb3f
commit
2168942117
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue