[PATCH] D51328: Fix lit/example/many-tests pickling issue
Nathan Lanza via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 16:02:06 PDT 2018
lanza added a comment.
Running this test fails due to `pickle` not being able to find the class given that it's created via `exec(compile(str_version_of_file))`:
cd llvm/utils/lit
./lit.py examples/many-tests
fails with a `pickle` error. This fixes it.
Repository:
rL LLVM
https://reviews.llvm.org/D51328
More information about the llvm-commits
mailing list