[all-commits] [llvm/llvm-project] 17e4c3: [lldb/CMake] Fix `install` for multi-configuration...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Mar 26 09:51:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17e4c38739aa78638c783dac6c149858d1c0a550
https://github.com/llvm/llvm-project/commit/17e4c38739aa78638c783dac6c149858d1c0a550
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M lldb/CMakeLists.txt
Log Message:
-----------
[lldb/CMake] Fix `install` for multi-configuration generators.
For multi-generator builds like MSVC and Xcode, the install source and
destination of the lldb-python-scripts target contains configuration
dependent paths and therefore need to be substituted.
Differential revision: https://reviews.llvm.org/D76827
More information about the All-commits
mailing list