aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-04-12 07:11:00 +0000
committerAlexey Samsonov <samsonov@google.com>2013-04-12 07:11:00 +0000
commit103f2586f0a45cbf44a08804a108d5ea4baa1577 (patch)
tree6520d18434784125e22d5bed342eb2bf36790688 /lib
parent16cc10d9f4aeaec7e403102958dac475b08642ec (diff)
[TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@179365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/tsan/lit_tests/lit.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tsan/lit_tests/lit.cfg b/lib/tsan/lit_tests/lit.cfg
index e2d2bae45..a2206cc70 100644
--- a/lib/tsan/lit_tests/lit.cfg
+++ b/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