diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:13:21 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:13:21 +0000 |
commit | 7e7b6700743285c0af506ac6299ddf82ebd434b9 (patch) | |
tree | 578d2ea1868b77f3dff145df7f8f3fe73272c09e /lib/Fuzzer/FuzzerIOWindows.cpp | |
parent | 4b570baa7e867c652fa7d690585098278082fae9 (diff) |
Diffstat (limited to 'lib/Fuzzer/FuzzerIOWindows.cpp')
-rw-r--r-- | lib/Fuzzer/FuzzerIOWindows.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Fuzzer/FuzzerIOWindows.cpp b/lib/Fuzzer/FuzzerIOWindows.cpp index a4738eb9dfe5..056f0721a336 100644 --- a/lib/Fuzzer/FuzzerIOWindows.cpp +++ b/lib/Fuzzer/FuzzerIOWindows.cpp @@ -277,6 +277,8 @@ std::string DirName(const std::string &FileName) { return FileName.substr(0, LocationLen + DirLen); } +std::string TmpDir() { return "TODO: implement TmpDir"; } + } // namespace fuzzer #endif // LIBFUZZER_WINDOWS |