NyuziToolchain icon indicating copy to clipboard operation
NyuziToolchain copied to clipboard

LLDB: Use python3

Open jbush001 opened this issue 7 years ago • 0 comments

Currently, most scripts in NyuziProcessor project use python3, but lldb still uses python2. Switching LLDB to use python3 would allow using only one version. It looks like it can support python3, but some cmake variables may need to be tweaked.

Once this is done, remove python2 dependencies from setup instructions in NyuziProcessor.

http://lists.llvm.org/pipermail/lldb-dev/2016-September/011238.html

jbush001 avatar Jun 23 '17 04:06 jbush001