forked from OSchip/llvm-project
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 llvm-svn: 339964
This commit is contained in:
parent
37fb896572
commit
61cdea81e7
|
@ -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() {}
|
||||
|
|
Loading…
Reference in New Issue