Try to fix https://github.com/llvm/llvm-project/issues/108
- Install python scripts into canonical resource path
Differential D116853
[CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON` paperchalice on Jan 7 2022, 9:58 PM. Authored by
Details Try to fix https://github.com/llvm/llvm-project/issues/108
Diff Detail
Event TimelineComment Actions Hey LJC. I'm the person maintaining the LLDB framework build, so please include me in any future patches that change that. I'm also on the majority of the blamelist for this file, which is always a useful way to find good reviewers. With that out of the way, I do have a few comments about this patch:
You say that LLDB.framework/Resources/Python is installed by liblldb, but I can't immediately see where that's happening in API/CMakeLists.txt. |