[PATCH] Add api_list entries for the dfsan-based fuzzer

Peter Collingbourne peter at pcc.me.uk
Wed May 6 15:42:12 PDT 2015


LGTM


================
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} \
----------------
Could be combined with the `grep` on the line above?

http://reviews.llvm.org/D9538

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list