Skip to content

Commit 2a418ed

Browse files
frewsxcvnagisa
authored andcommitted
Indicate Linux only support for libfuzzer-sys.
1 parent 178c287 commit 2a418ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Barebones wrapper around libFuzzer runtime library.
22

33
The CPP parts are extracted from llvm git repository with `git filter-branch`.
44

5+
libFuzzer relies on LLVM sanitizer support. The Rust compiler has built-in support for LLVM sanitizer support, for now, it's limited to Linux. As a result, libfuzzer-sys only works on Linux.
6+
57
# How to use
68

79
“Manual” usage of this library looks like this:

0 commit comments

Comments
 (0)