The script updates reference results from the previous run, and stages them.
Requires https://reviews.llvm.org/D38156 before application.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Other than the quoting issues mentioned inline, this looks good.
utils/analyzer/SATestUpdateDiffs.py | ||
---|---|---|
7 ↗ | (On Diff #116278) | I'm not a super fan of using this kind of abbreviation because it makes it harder to figure out where the stuff being called is defined. Are you adamant about it? |
49 ↗ | (On Diff #116278) | I'm pretty terrified about rm -f without quotation of the arguments. Is there a safer API? At a minimum, can we at at least quote the arguments here? (And for the 'cp' above?) |