[Lldb-commits] [PATCH] D76827: [lldb/CMake] Fix `install` for multi-configuration generators.

2020-03-26 Thread Nathaniel McVicar via Phabricator via lldb-commits
NathanielMcVicar added a comment.

This patch resolved the issue for our VS build. Thanks! Unfortunately, I don't 
have any way to test it for Xcode. Should I still accept the revision?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D76827



___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [PATCH] D76827: [lldb/CMake] Fix `install` for multi-configuration generators.

2020-03-27 Thread Nathaniel McVicar via Phabricator via lldb-commits
NathanielMcVicar added a comment.

> Hey Brooks, do you have a public buildbot so I can try to fix it? What 
> generator are you using?

We are also experiencing a similar install failure on Ubuntu. Unfortunately we 
don't have a lldb buildbot for this platform either. I should have spoken up 
sooner!

  -- Installing: /vstsdrive/_work/7/a/LLVMToolchain/include/lldb/Host/Config.h
  CMake Error at tools/lldb/cmake_install.cmake:49 (file):
file INSTALL cannot find

"/vstsdrive/_work/7/b/llvm/Release/lib/python2Release7/dist-packages/lldb/..".
  Call Stack (most recent call first):
tools/cmake_install.cmake:50 (include)
cmake_install.cmake:72 (include)

edit: The line number differences are due to local branch. Unfortunately we 
don't even get this far on master currently.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76827



___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits