[PATCH] D93117: LNT: Fix Perf profiling support
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 06:46:10 PST 2020
thopre added inline comments.
================
Comment at: lnt/testing/profile/perf.py:15
+ # Python 3
+ import lnt.testing.profile.cPerf as cPerf
+ except Exception:
----------------
Why did Python2 not require this? Is there some sort of module path set somewhere that does not work for Python3?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93117/new/
https://reviews.llvm.org/D93117
More information about the llvm-commits
mailing list