mirror of https://github.com/microsoft/clang.git
clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88e07d05af
commit
6d39127169
|
@ -3,7 +3,7 @@
|
|||
// RUN: FileCheck -check-prefix=SYSHEADER -input-file %t %s
|
||||
|
||||
// CHECK-DAG: @__profc_bar
|
||||
// CHECK-DAG: @__llvm_prf_nm = private constant {{.*}}, section "{{.*}}__llvm_prf_names"
|
||||
// CHECK-DAG: @__llvm_prf_nm = private constant {{.*}}, section "{{.*__llvm_prf_names|.*lprfn}}"
|
||||
|
||||
// These are never instantiated, so we shouldn't get counters for them.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue