]> granicus.if.org Git - llvm/commit
[llvm-special-case-list-fuzzer] Add fuzz target.
authorMatt Morehouse <mascasa@google.com>
Tue, 17 Oct 2017 17:43:34 +0000 (17:43 +0000)
committerMatt Morehouse <mascasa@google.com>
Tue, 17 Oct 2017 17:43:34 +0000 (17:43 +0000)
commitd0a82302e350a2a035f1558272ef5808225f1863
treeb72b6ecff186e876871df83e57b309f439396e1b
parenteb90eda86f43a456e9049b26560479b985bcb81a
[llvm-special-case-list-fuzzer] Add fuzz target.

Summary: Create a fuzzer for sanitizer blacklists.

Patch by: hctim

Reviewers: morehouse

Reviewed By: morehouse

Subscribers: llvm-commits, mgorny, kcc

Differential Revision: https://review.llvm.org/D38981

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316014 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-special-case-list-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp [new file with mode: 0644]
tools/llvm-special-case-list-fuzzer/special-case-list-fuzzer.cpp [new file with mode: 0644]