[Lldb-commits] [PATCH] D52404: Prevent double import of _lldb module

Vadim Chugunov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 6 21:03:19 PDT 2018


vadimcn added a comment.

Changing title as it looks like this is not a Windows-only problem: https://github.com/rust-lang/rust/issues/54126.

The above illustrates why I think this needs to be fixed: Right now LLDB cannot be installed correctly unless the installer can preserve symlinks.  Merely making a copy of LLDB files will break it, unless one is extra careful to use symlink-preserving copy, and I am not even sure what tool could be used on Windows to copy it correctly.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52404





More information about the lldb-commits mailing list