[PATCH] D97975: [libFuzzer] add attribute noinline on Fuzzer::ExecuteCallback()
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 18:46:24 PST 2021
aeubanks added a comment.
it's symbolization+inlining on a specific platform that doesn't 100% work, right? are there any existing test cases or bugs that show this?
there should probably be a FIXME explaining why this noinline was added.
why does the inlining only affect one of the two symbolizations?
the description should probably reference PR49152.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97975/new/
https://reviews.llvm.org/D97975
More information about the llvm-commits
mailing list