[PATCH] D49150: [libFuzzer] Disable dataflow.test on AArch64.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 13:10:06 PDT 2018
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
It it bothers someone, we can turn this function into a non-recursive by implementing a fixed-size queue (array of 2^16 shorts).
Or you can run the ExplodeDFSanLabelsTestDF with a large value of "ulimit -s".
It's fine for me to just disable this test on non-linux-x86_64
https://reviews.llvm.org/D49150
More information about the llvm-commits
mailing list