[PATCH] D21487: [libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 19:26:32 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL273527: [libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp (authored by vitalybuka).
Changed prior to commit:
http://reviews.llvm.org/D21487?vs=61149&id=61633#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21487
Files:
llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp
Index: llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp
===================================================================
--- llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp
+++ llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp
@@ -1,3 +1,7 @@
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+
+// Contains dummy functions used to avoid dependency on AFL.
#include <stdint.h>
#include <stdlib.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21487.61633.patch
Type: text/x-patch
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160623/79f5abf7/attachment.bin>
More information about the llvm-commits
mailing list