Relax a CHECK line to allow for dso_local
authorVedant Kumar <vsk@apple.com>
Thu, 16 Aug 2018 23:19:50 +0000 (23:19 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 16 Aug 2018 23:19:50 +0000 (23:19 +0000)
Fixes a bot failure:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/11806

llvm-svn: 339964

clang/test/CodeGen/tsan-instrprof-atomic.c

index b7f99e7..9519cb7 100644 (file)
@@ -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() {}