[PATCH] D26082: Support for Python 3 in libclang python bindings
Jonathan B Coe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 13 13:40:21 PST 2016
jbcoe added a comment.
Hi Mathieu,
What platform did you run the tests on? How did you run them? I don't get any failures when running tests on macOS 10.12.1.
command: `env PYTHONPATH=`pwd` LD_LIBRARY_PATH=/Users/jon/DEV/LLVM/build-ninja/lib nosetests-3.4 .`
python: Python 3.5.2 (default, Oct 11 2016, 04:59:56)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)] on darwin
Python installed using homebrew.
I'm keen to get to the bottom of this failure. I've been distracted by other things recently.
Repository:
rL LLVM
https://reviews.llvm.org/D26082
More information about the cfe-commits
mailing list