libfuzzer icon indicating copy to clipboard operation
libfuzzer copied to clipboard

Split crate into `libfuzzer` and `libfuzzer-sys`

Open fitzgen opened this issue 5 years ago • 0 comments

libfuzzer-sys will just build and link libfuzzer.a.

libfuzzer will depend on libfuzzer-sys and additionally export our nice fuzz_target! macro.

I started poking at this over in https://github.com/fitzgen/libfuzzer/tree/split-libfuzzer-and-libfuzzer-sys but quickly ran into linker issues. Don't have the time for that today, so I'm filing this issue for posterity.

fitzgen avatar Jan 14 '20 19:01 fitzgen