diff options
author | Alex Shlyapnikov <alekseys@google.com> | 2017-07-20 17:48:42 +0000 |
---|---|---|
committer | Alex Shlyapnikov <alekseys@google.com> | 2017-07-20 17:48:42 +0000 |
commit | 89e85d17173bde73e5cd52dcaac80939ebbe2738 (patch) | |
tree | bb784d10dcc5e3e8db63024881ab4abeb67ef970 /compiler-rt/lib/tsan/go | |
parent | c37fe66ec5b2346772abaeddc3ca783861a944c4 (diff) | |
download | bcm5719-llvm-89e85d17173bde73e5cd52dcaac80939ebbe2738.tar.gz bcm5719-llvm-89e85d17173bde73e5cd52dcaac80939ebbe2738.zip |
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
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.
Commiting for mcgrathr.
Reviewers: alekseyshl
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D35591
llvm-svn: 308640
Diffstat (limited to 'compiler-rt/lib/tsan/go')
-rwxr-xr-x | compiler-rt/lib/tsan/go/buildgo.sh | 1 |
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 |