[PATCH] D27921: [libFuzzer] Diff 26 - Update afl driver to use std clocks instead of posix API.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 09:34:15 PST 2016


zturner requested changes to this revision.
zturner added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Fuzzer/afl/afl_driver.cpp:53
 #include <assert.h>
+#include <chrono>
 #include <stdio.h>
----------------
I think we should put c++ headers after c headers.  That said, There is no other use of c++ / stl in this file, and I wonder if that is intentional.  Should wait for kcc@


Repository:
  rL LLVM

https://reviews.llvm.org/D27921





More information about the llvm-commits mailing list