[PATCH] D41784: Fix some issues with opt-viewer tests, plus disable them on Windows
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 13:42:55 PST 2018
anemet accepted this revision.
anemet added a comment.
LGTM too. Thanks for getting back to this!
================
Comment at: llvm/tools/opt-viewer/opt-stats.py:14
from collections import defaultdict
from multiprocessing import cpu_count, Pool
----------------
Do we still need this after your change?
https://reviews.llvm.org/D41784
More information about the llvm-commits
mailing list