forked from OSchip/llvm-project
Revert "[sanitizer] Fix test linking"
This reverts commitafafa883a4
. -pthread was not the fix. Symbols removed from GLIBC 2.34 Fixed withe60b3fcefa
.
This commit is contained in:
parent
e60b3fcefa
commit
dd87c5b322
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clangxx -O1 -pthread %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 -pthread -DUSE_GLIBC %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 %s -o %t && %run %t
|
||||
// RUN: %clangxx -O1 -DUSE_GLIBC %s -o %t && %run %t
|
||||
// UNSUPPORTED: android
|
||||
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Reference in New Issue