Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39101 Build 39111: arc lint + arc unit
Paths
| Differential D68589
[lit] Leverage argparse features to remove some code ClosedPublic Authored by yln on Oct 7 2019, 1:49 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 7 2019, 3:20 PM yln added inline comments. Closed by commit rG822946ceaabb: [lit] Leverage argparse features to remove some code (authored by yln). · Explain WhyOct 10 2019, 11:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223642 llvm/utils/lit/lit/cl_arguments.py
llvm/utils/lit/tests/max-failures.py
llvm/utils/lit/tests/selecting.py
|
It's generally better to catch the conversion error explicitly (here `ValueError`)