[PATCH] D53040: [libFuzzer] Generalize the code for getting the previous offset for different architectures
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 17:24:16 PDT 2018
morehouse added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/FuzzerTracePC.cpp:221
+ return PC + 1;
+#endif
+}
----------------
Could we avoid putting ifdefs here? Maybe they could go in FuzzerDefs.h.
https://reviews.llvm.org/D53040
More information about the llvm-commits
mailing list