From 0d725b14086cb3662ebd5a16c0733d6128737e05 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 12 Apr 2013 07:11:00 +0000 Subject: [PATCH] [TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now llvm-svn: 179365 --- compiler-rt/lib/tsan/lit_tests/lit.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/lib/tsan/lit_tests/lit.cfg b/compiler-rt/lib/tsan/lit_tests/lit.cfg index e2d2bae45cae..a2206cc7036a 100644 --- a/compiler-rt/lib/tsan/lit_tests/lit.cfg +++ b/compiler-rt/lib/tsan/lit_tests/lit.cfg @@ -69,10 +69,8 @@ config.environment['TSAN_OPTIONS'] = tsan_options # Setup default compiler flags used with -fsanitize=thread option. # FIXME: Review the set of required flags and check if it can be reduced. clang_tsan_cflags = ("-fsanitize=thread " - + "-fPIE " + "-g " + "-Wall " - + "-pie " + "-lpthread " + "-ldl ") clang_tsan_cxxflags = "-ccc-cxx " + clang_tsan_cflags