forked from OSchip/llvm-project
[TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now
llvm-svn: 179365
This commit is contained in:
parent
bdfd4eb223
commit
0d725b1408
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue