mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Disable Initialize.MultipleThreads test under MemorySanitizer.
Fails due to insufficient thread stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a210db781f
commit
d6d0ebbed7
@ -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…
x
Reference in New Issue
Block a user