summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerUtilLinux.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-11-30 19:06:14 +0000
committerZachary Turner <zturner@google.com>2016-11-30 19:06:14 +0000
commit24a148b1d41ec1ac38ef15f39f38073ce50a1bfa (patch)
treef462b71266443357f2e86e98ad25d6245b79db1a /llvm/lib/Fuzzer/FuzzerUtilLinux.cpp
parent28ee2d1b0973df3295cd7eadb45473037e530ed9 (diff)
downloadbcm5719-llvm-24a148b1d41ec1ac38ef15f39f38073ce50a1bfa.tar.gz
bcm5719-llvm-24a148b1d41ec1ac38ef15f39f38073ce50a1bfa.zip
[LibFuzzer] Split up some functions among different headers.
In an effort to get libfuzzer working on Windows, we need to make a distinction between what functions require platform specific code (e.g. different code on Windows vs Linux) and what code doesn't. IO functions, for example, tend to be platform specific. This patch separates out some of the functions which will need to have platform specific implementations into different headers, so that we can then provide different implementations for each platform. Aside from that, this patch contains no functional change. It is purely a re-organization. Patch by Marcos Pividori Differential Revision: https://reviews.llvm.org/D27230 llvm-svn: 288264
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerUtilLinux.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerUtilLinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerUtilLinux.cpp b/llvm/lib/Fuzzer/FuzzerUtilLinux.cpp
index e63c7d9a07f..060cec04542 100644
--- a/llvm/lib/Fuzzer/FuzzerUtilLinux.cpp
+++ b/llvm/lib/Fuzzer/FuzzerUtilLinux.cpp
@@ -1,4 +1,4 @@
-//===- FuzzerUtilLinux.cpp - Misc utils -----------------------------------===//
+//===- FuzzerUtilLinux.cpp - Misc utils for Linux. ------------------------===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud