[Lldb-commits] [PATCH] D68719: Fix build with Visual Studio

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 07:53:50 PDT 2019


tatyana-krasnukha added inline comments.


================
Comment at: finishSwigPythonLLDB.py:380
 
-    strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-    strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
----------------
This command produces an incorrect path for Visual Studio since it concatenates the root build directory with 'bin/liblldb.dll' bypassing configuration name.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68719/new/

https://reviews.llvm.org/D68719





More information about the lldb-commits mailing list