[PATCH] D99356: [lld-macho] Support --thinlto-jobs
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 26 13:01:41 PDT 2021
alexshap added inline comments.
================
Comment at: lld/test/MachO/Inputs/time_trace_tid_count.py:16
+ tids.add(event['tid'])
+print(len(tids))
----------------
```
print(len(set(event['tid'] for event in events if event['name'] == event_name)))
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99356/new/
https://reviews.llvm.org/D99356
More information about the llvm-commits
mailing list