forked from OSchip/llvm-project
[sanitizer] Fix test linking
This commit is contained in:
parent
2a739f2789
commit
afafa883a4
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clangxx -O1 %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 -DUSE_GLIBC %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 -pthread %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 -pthread -DUSE_GLIBC %s -o %t && %run %t
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Reference in New Issue