[PATCH] D27871: [libFuzzer] Remove AFL test on Windows.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 16:20:16 PST 2016
kcc added inline comments.
================
Comment at: lib/Fuzzer/test/no-coverage/CMakeLists.txt:20
-add_executable(AFLDriverTest
- ../AFLDriverTest.cpp ../../afl/afl_driver.cpp)
+if(NOT MSVC)
+ # AFL is not supported on Windows.
----------------
at the very least the comment is confusing.
If though AFL is not supported on windows, why should we disable this test? It does not actually use afl...
Repository:
rL LLVM
https://reviews.llvm.org/D27871
More information about the llvm-commits
mailing list