[all-commits] [llvm/llvm-project] 733923: [lldb\utils] Place lldb-repro in a per-configurati...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Thu Feb 6 12:32:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 733923a97dff2d2c6096d6b17c3987421be69ab6
https://github.com/llvm/llvm-project/commit/733923a97dff2d2c6096d6b17c3987421be69ab6
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M lldb/utils/lldb-dotest/CMakeLists.txt
M lldb/utils/lldb-repro/CMakeLists.txt
Log Message:
-----------
[lldb\utils] Place lldb-repro in a per-configuration directory to support multi-configuration generators
Summary: Currently, lldb-repro is placed in the wrong location for multi-configuration generators. For example, in the case of VS, it is placed in a directory $(Configuration) instead of in each of Debug, Release, etc.
Reviewers: JDevlieghere
Reviewed By: JDevlieghere
Subscribers: mgorny, lldb-commits, asmith
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74148
More information about the All-commits
mailing list