diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2017-07-20 18:24:45 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2017-07-20 18:24:45 +0000 |
| commit | 094684c155390ffae371f4e22b23091b43c49ecc (patch) | |
| tree | b80da5ce3b980b32912baa7b5079d587303700ce /compiler-rt/lib/stats | |
| parent | 1eb9595c532d3e1b401e68c738f9b72a8de4ca24 (diff) | |
| download | bcm5719-llvm-094684c155390ffae371f4e22b23091b43c49ecc.tar.gz bcm5719-llvm-094684c155390ffae371f4e22b23091b43c49ecc.zip | |
Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc"
Breaks Windows build.
This reverts commit r308640.
llvm-svn: 308648
Diffstat (limited to 'compiler-rt/lib/stats')
| -rw-r--r-- | compiler-rt/lib/stats/stats.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/stats/stats.cc b/compiler-rt/lib/stats/stats.cc index 6a6eb3a3cdb..df9845a38de 100644 --- a/compiler-rt/lib/stats/stats.cc +++ b/compiler-rt/lib/stats/stats.cc @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "sanitizer_common/sanitizer_common.h" -#include "sanitizer_common/sanitizer_file.h" #include "sanitizer_common/sanitizer_internal_defs.h" #if SANITIZER_POSIX #include "sanitizer_common/sanitizer_posix.h" |

