[all-commits] [llvm/llvm-project] 6733b2: [lldb][cmake] Remove custom logic for finding VCS ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Oct 13 08:15:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6733b2544794f2703f19f07aa7c6806408e36160
https://github.com/llvm/llvm-project/commit/6733b2544794f2703f19f07aa7c6806408e36160
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M lldb/source/CMakeLists.txt
Log Message:
-----------
[lldb][cmake] Remove custom logic for finding VCS file to fix LLDB's VCSVersion.inc generation
We are still implementing our own logic for this that looks for a VCS file in
the place where it was before the monorepo migration. This removes this logic
and just uses the CMake function that LLVM/Clang are using.
Reviewed By: JDevlieghere, kastiglione
Differential Revision: https://reviews.llvm.org/D88950
More information about the All-commits
mailing list