You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: