diff options
author | Kostya Serebryany <kcc@google.com> | 2016-05-24 19:05:25 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-05-24 19:05:25 +0000 |
commit | c8bc8821cbf1419429f955af67a8f1c3413c3d0c (patch) | |
tree | 4d3f472f24121f7a5f3b9f175cccbd32cd546aaf /llvm/lib/Fuzzer | |
parent | 9e33e6f89bbe8f12856f3744e598470302dcf611 (diff) | |
download | bcm5719-llvm-c8bc8821cbf1419429f955af67a8f1c3413c3d0c.tar.gz bcm5719-llvm-c8bc8821cbf1419429f955af67a8f1c3413c3d0c.zip |
[libFuzzer] add a license header to afl/afl_driver.cpp
llvm-svn: 270598
Diffstat (limited to 'llvm/lib/Fuzzer')
-rw-r--r-- | llvm/lib/Fuzzer/afl/afl_driver.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/afl/afl_driver.cpp b/llvm/lib/Fuzzer/afl/afl_driver.cpp index af7cbb498fe..63aebab469c 100644 --- a/llvm/lib/Fuzzer/afl/afl_driver.cpp +++ b/llvm/lib/Fuzzer/afl/afl_driver.cpp @@ -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. |