[PATCH] Add api_list entries for the dfsan-based fuzzer
Kostya Serebryany
kcc at google.com
Wed May 6 15:45:31 PDT 2015
================
Comment at: lib/dfsan/scripts/check_custom_wrappers.sh:23
@@ -21,3 +22,3 @@
grep -E "^fun:.*=custom" ${DFSAN_ABI_LIST} | grep -v "dfsan_get_label" \
- | sed "s/^fun:\(.*\)=custom.*/\1/" | sort > $DIFF_A
+ | sed "s/^fun:\(.*\)=custom.*/\1/" | grep -v __sanitizer_cov_trace | sort > $DIFF_A
grep -E "__dfsw.*\(" ${DFSAN_CUSTOM_WRAPPERS} \
----------------
pcc wrote:
> Could be combined with the `grep` on the line above?
Yep. Done, committed.
http://reviews.llvm.org/D9538
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list