[compiler-rt] r182862 - [asan] Fix r182858.
Sergey Matveev
earthdok at google.com
Wed May 29 08:31:52 PDT 2013
Author: smatveev
Date: Wed May 29 10:31:52 2013
New Revision: 182862
URL: http://llvm.org/viewvc/llvm-project?rev=182862&view=rev
Log:
[asan] Fix r182858.
Modified:
compiler-rt/trunk/lib/asan/lit_tests/Linux/unpoison_tls.cc
Modified: compiler-rt/trunk/lib/asan/lit_tests/Linux/unpoison_tls.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/Linux/unpoison_tls.cc?rev=182862&r1=182861&r2=182862&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/Linux/unpoison_tls.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/Linux/unpoison_tls.cc Wed May 29 10:31:52 2013
@@ -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>
More information about the llvm-commits
mailing list