[PATCH] D42950: LLDB fails to build

Stanislav Kaliev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 03:00:49 PST 2018


stanblesk accepted this revision.
stanblesk added a comment.

Well as long as this code is cross-platform I guess it won't damage anything on other platforms. It will still work on those platforms where Python 2 is default, and will work on platforms with Python 3. Nevertheless it will fix a huge compilation error on Linux. Right now after each Swift upgrade I have to manually change those lines in this script and continue building it.

There is still one problem exists with LLDB which requires me to restart the installation. I handle it this way:

  $ cd ../build/buildbot_linux/lldb-linux-x86_64/lib
  $ ln -s ../lib64/python3.5 python3.5

Thank you very much!


Repository:
  rL LLVM

https://reviews.llvm.org/D42950





More information about the llvm-commits mailing list