[Lldb-commits] [PATCH] D68719: Fix issue when building with Visual Studio
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 11 06:59:10 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))
----------------
tatyana-krasnukha wrote:
> hhb wrote:
> > hhb wrote:
> > > tatyana-krasnukha wrote:
> > > > This command produces an incorrect path for Visual Studio since it concatenates the root build directory with 'bin/liblldb.dll' bypassing configuration name.
> > > Hmm understood. The origin change is reverted in rG958091c209d0. So I don't think this is relevant any more. I'll redo the change. Can you help test that time? I don't have a visual studio...
> > Sorry rGc0da1282fc036908cc721ee74f574fbb99d5e506
> Yes, now it works well
> Can you help test that time? I don't have a visual studio...
Yes, of course!
BTW, I suppose that '--cmakeBuildConfiguration' option can fix the issue for XCode too.
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