[PATCH] D148853: [FuzzMutate] Skip EHPad for ShuffleBlockStrategy to avoid crash
Peter Rong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 17:45:20 PDT 2023
Peter added inline comments.
================
Comment at: llvm/unittests/FuzzMutate/StrategiesTest.cpp:659
+ declare i32 @__CxxFrameHandler3(...) \n\
+ ";
+ VerifyBlockShuffle(Source);
----------------
Can you run this module against all strategies?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148853/new/
https://reviews.llvm.org/D148853
More information about the llvm-commits
mailing list