projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fb896
)
Relax a CHECK line to allow for dso_local
author
Vedant Kumar
<vsk@apple.com>
Thu, 16 Aug 2018 23:19:50 +0000
(23:19 +0000)
committer
Vedant 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
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/tsan-instrprof-atomic.c
b/clang/test/CodeGen/tsan-instrprof-atomic.c
index
b7f99e7
..
9519cb7
100644
(file)
--- a/
clang/test/CodeGen/tsan-instrprof-atomic.c
+++ b/
clang/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() {}