Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM otherwise
llvm/utils/lit/lit/main.py | ||
---|---|---|
237 | nitpicking: PEP8 recommends `sort(key=by_mtime, reverse=True)` |
Comment Actions
Ensure refactored code follows Python style guide.
llvm/utils/lit/lit/main.py | ||
---|---|---|
237 | Fixed. Thanks! :) |
Comment Actions
@serge-sans-paille: I am assuming that you are again fine with this, but I would more comfortable landing this with the official green check mark. ;)
Comment Actions
Looks like the --threads option disappeared in the move, which angers the libc++ testsuite.
Comment Actions
Hi @yln,
The disappeared --threads is causing LIT failures in our internal build bots. Can you please take a look? Thanks!
Steven
Comment Actions
Added back the --threads option alias in b858895c859712e7c0f4e1c5e0436bd20cbe0c34.
Apologies for the churn.
nitpicking: PEP8 recommends `sort(key=by_mtime, reverse=True)`