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/sanitizer_common/sanitizer_symbolizer_internal.h | |
| 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/sanitizer_common/sanitizer_symbolizer_internal.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h index 2ae42b33868..a2ac1188241 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h @@ -15,6 +15,7 @@ #define SANITIZER_SYMBOLIZER_INTERNAL_H #include "sanitizer_symbolizer.h" +#include "sanitizer_file.h" namespace __sanitizer { |

