forked from OSchip/llvm-project
Disable Initialize.MultipleThreads test under MemorySanitizer.
Fails due to insufficient thread stack. llvm-svn: 178135
This commit is contained in:
parent
dc45336d09
commit
11820f4bf0
|
@ -19,7 +19,7 @@ using namespace llvm;
|
|||
|
||||
namespace {
|
||||
|
||||
#ifdef HAVE_PTHREAD_H
|
||||
#if defined(HAVE_PTHREAD_H) && !__has_feature(memory_sanitizer)
|
||||
namespace test1 {
|
||||
llvm::ManagedStatic<int> ms;
|
||||
void *helper(void*) {
|
||||
|
|
Loading…
Reference in New Issue