[Lldb-commits] [PATCH] D76827: [lldb/CMake] Fix `install` for multi-configuration generators.
Nathaniel McVicar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 27 16:00:07 PDT 2020
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
More information about the lldb-commits
mailing list