This is an archive of the discontinued LLVM Phabricator instance.

creduce-clang-crash: Use `!` instead of `not`
AbandonedPublic

Authored by thakis on Apr 11 2019, 11:11 AM.

Details

Reviewers
akhuang
Summary

The run script runs in bash, so no need to depend on llvm's not binary.

Diff Detail

Event Timeline

thakis created this revision.Apr 11 2019, 11:11 AM
thakis abandoned this revision.Apr 11 2019, 11:17 AM

This seems to break the script, nevermind!

Looks good- if we remove not there are a few other things that should be removed

clang/utils/creduce-clang-crash.py
138

also wouldn't need self.is_crash

178

We should remove crash_flag as well