[TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now

llvm-svn: 179365
This commit is contained in:
Alexey Samsonov 2013-04-12 07:11:00 +00:00
parent bdfd4eb223
commit 0d725b1408
1 changed files with 0 additions and 2 deletions

View File

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