[PATCH] D59118: creduce script for clang crashes
George Burgess IV via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 11 16:49:01 PDT 2019
george.burgess.iv added a comment.
> I think we should do one more round of fixes, we can commit that for you, and then move on to the next steps
+1. This looks good to me with outstanding nits fixed
> and filter out the # lines afterwards.
AIUI, the very-recently-merged https://github.com/csmith-project/creduce/pull/183 and https://github.com/csmith-project/creduce/pull/188 should hopefully handle the majority of those?
================
Comment at: clang/utils/creduce-clang-crash.py:1
+#!/usr/bin/env python
+# A tool that calls C-Reduce to create a minimal reproducer for clang crashes
----------------
nit: please specify a python version here, since the world is steadily making `python` == `python3` (if `pipes.quote` is working, I assume you'll want `#!/usr/bin/env python2`)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59118/new/
https://reviews.llvm.org/D59118
More information about the cfe-commits
mailing list