[all-commits] [llvm/llvm-project] 49dda4: [libFuzzer] Break dependency on common_interface_d...
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Tue Sep 1 15:35:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49dda4e58aeb172f72df2a5f087bdebca7c86fdb
https://github.com/llvm/llvm-project/commit/49dda4e58aeb172f72df2a5f087bdebca7c86fdb
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp
Log Message:
-----------
[libFuzzer] Break dependency on common_interface_defs.h
Some libFuzzer users build using the build.sh script, without access to
the <sanitizer/common_interface_defs.h> include.
Update https://github.com/rust-fuzz/libfuzzer/issues/65.
Reviewed By: dokyungs
Differential Revision: https://reviews.llvm.org/D86981
More information about the All-commits
mailing list