Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Update build glue for libclang_rt.
Update libclang_rt:* Add cfi, dd, fuzzer and xray* Update arch support* Update OptionalObsoleteFiles.inc
Add compiler-rt's libFuzzer, not connected to buildworld yet.For now, the libraries can be built and installed using:cd /usr/src/lib/libclang_rt/fuzzer && \ make obj && \ make depend && \ m
Add compiler-rt's libFuzzer, not connected to buildworld yet.For now, the libraries can be built and installed using:cd /usr/src/lib/libclang_rt/fuzzer && \ make obj && \ make depend && \ make && \ sudo make installcd /usr/src/lib/libclang_rt/fuzzer_no_main && \ make obj && \ make depend && \ make && \ sudo make installSee https://llvm.org/docs/LibFuzzer.html for more information.
show more ...