From: NAKAMURA Takumi Date: Fri, 14 Apr 2017 03:16:48 +0000 (+0000) Subject: clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d391271692e11b3a0d2d4e7475aaf08cda32b5f;p=clang 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 --- diff --git a/test/CoverageMapping/unused_names.c b/test/CoverageMapping/unused_names.c index 49fa1199d9..bf0134c41e 100644 --- a/test/CoverageMapping/unused_names.c +++ b/test/CoverageMapping/unused_names.c @@ -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. //