[PATCH] D20741: [LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 19:32:02 PDT 2016
delcypher added inline comments.
================
Comment at: lib/Fuzzer/FuzzerExtFunctions.h:23
@@ +22,3 @@
+ void Init();
+
+#define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
----------------
@kcc This (not using `ExternalFunctions::ExternalFunctions`) is the only issue you raised that I haven't tackled. What would you like to do here?
http://reviews.llvm.org/D20741
More information about the llvm-commits
mailing list