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:
NAKAMURA Takumi 2017-04-14 03:16:48 +00:00
parent 88e07d05af
commit 6d39127169
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//