From: Vedant Kumar Date: Thu, 16 Aug 2018 23:19:50 +0000 (+0000) Subject: Relax a CHECK line to allow for dso_local X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d9326169cac55873d049440a9c554307c918972;p=clang Relax a CHECK line to allow for dso_local Fixes a bot failure: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/11806 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339964 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/tsan-instrprof-atomic.c b/test/CodeGen/tsan-instrprof-atomic.c index b7f99e73d3..9519cb7eb8 100644 --- a/test/CodeGen/tsan-instrprof-atomic.c +++ b/test/CodeGen/tsan-instrprof-atomic.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -emit-llvm -fprofile-instrument=clang -fsanitize=thread -o - | FileCheck %s -// CHECK: define void @foo +// CHECK: define {{.*}}@foo // CHECK-NOT: load {{.*}}foo // CHECK: ret void void foo() {}