1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

[libFuzzer] add a license header to afl/afl_driver.cpp

llvm-svn: 270598
This commit is contained in:
Kostya Serebryany 2016-05-24 19:05:25 +00:00
parent 8f47ac2281
commit 51a780a910

View File

@ -1,3 +1,11 @@
//===- afl_driver.cpp - a glue between AFL and libFuzzer --------*- C++ -* ===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//===----------------------------------------------------------------------===//
/* This file allows to fuzz libFuzzer-style target functions
(LLVMFuzzerTestOneInput) with AFL using AFL's persistent (in-process) mode.