- modify some code of
tidy
- run
./x.py test
=>
for the first ~6 seconds, tidy is being built in parallel, but for the remaining ~1 minute and 9 seconds llvm is doing some sequential work.
I'm not sure what takes so long, there must be one epic cgu that it is processing or something?
tidy./x.py test=>
for the first ~6 seconds, tidy is being built in parallel, but for the remaining ~1 minute and 9 seconds llvm is doing some sequential work.
I'm not sure what takes so long, there must be one epic cgu that it is processing or something?