From 6a0c722c235b5e3a9d8d3317409269a15966729a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 29 May 2013 15:31:52 +0000 Subject: [PATCH] [asan] Fix r182858. llvm-svn: 182862 --- compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc b/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc index d2fc580be082..08e7d86f663b 100644 --- a/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc +++ b/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc @@ -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