Revert "[sanitizer] Fix test linking"

This reverts commit afafa883a4.

-pthread was not the fix. Symbols removed from GLIBC 2.34
Fixed with e60b3fcefa.
This commit is contained in:
Vitaly Buka 2021-11-12 23:40:30 -08:00
parent e60b3fcefa
commit dd87c5b322
1 changed files with 2 additions and 2 deletions

View File

@ -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>