[PATCH] D46924: [libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 10:42:35 PDT 2018


delcypher added inline comments.


================
Comment at: test/fuzzer/MultipleConstraintsOnSmallInputTest.c:13
+
+__attribute__((noinline))
+int func1(uint8_t a1, uint8_t a2) {
----------------
Why don't you want these functions inlined? A comment explaining your reasoning would be nice.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46924





More information about the llvm-commits mailing list