summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-07-22 01:46:40 +0000
committerVitaly Buka <vitalybuka@google.com>2017-07-22 01:46:40 +0000
commitd4abe9e7d36623fdc41b7852d92f04ee7da312bf (patch)
tree52c2edcd886f191179d910fb6db6d7dbe065d530 /compiler-rt/lib/tsan/go
parentabfe380f9a114c2967d94cd40e52181f16d96e9f (diff)
downloadbcm5719-llvm-d4abe9e7d36623fdc41b7852d92f04ee7da312bf.tar.gz
bcm5719-llvm-d4abe9e7d36623fdc41b7852d92f04ee7da312bf.zip
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
Summary: This is a pure refactoring change. It just moves code that is related to filesystem operations from sanitizer_common.{cc,h} to sanitizer_file.{cc,h}. This makes it cleaner to disable the filesystem-related code for a new port that doesn't want it. Submitted on behalf of Roland McGrath. Reviewers: kcc, eugenis, alekseyshl Reviewed By: alekseyshl Subscribers: vitalybuka, llvm-commits, kubamracek, mgorny, phosek Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D35591 llvm-svn: 308819
Diffstat (limited to 'compiler-rt/lib/tsan/go')
-rwxr-xr-xcompiler-rt/lib/tsan/go/buildgo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh
index 617dd9e11d2..9d4d7d7fc6b 100755
--- a/compiler-rt/lib/tsan/go/buildgo.sh
+++ b/compiler-rt/lib/tsan/go/buildgo.sh
@@ -24,6 +24,7 @@ SRCS="
../../sanitizer_common/sanitizer_common.cc
../../sanitizer_common/sanitizer_common_libcdep.cc
../../sanitizer_common/sanitizer_deadlock_detector2.cc
+ ../../sanitizer_common/sanitizer_file.cc
../../sanitizer_common/sanitizer_flag_parser.cc
../../sanitizer_common/sanitizer_flags.cc
../../sanitizer_common/sanitizer_libc.cc
OpenPOWER on IntegriCloud