[asan] Fix r182858.

llvm-svn: 182862
This commit is contained in:
Sergey Matveev 2013-05-29 15:31:52 +00:00
parent 4c5c28bb36
commit 6a0c722c23
1 changed files with 0 additions and 4 deletions

View File

@ -1,11 +1,7 @@
// Test that TLS is unpoisoned on thread death.
// REQUIRES: x86_64-supported-target,i386-supported-target
// RUN: %clangxx_asan -m64 -O1 %p/SharedLibs/dlclose-test-so.cc \
// RUN: -fPIC -shared -o %t-so.so
// RUN: %clangxx_asan -m64 -O1 %s -o %t && %t 2>&1
// RUN: %clangxx_asan -m32 -O1 %p/SharedLibs/dlclose-test-so.cc \
// RUN: -fPIC -shared -o %t-so.so
// RUN: %clangxx_asan -m32 -O1 %s -o %t && %t 2>&1
#include <assert.h>