[all-commits] [llvm/llvm-project] 302f4a: [lldb] Only add lldb-framework-cleanup dependency ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 10 16:23:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 302f4aef7930c125236f071140eb9482532f2877
https://github.com/llvm/llvm-project/commit/302f4aef7930c125236f071140eb9482532f2877
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M lldb/source/API/CMakeLists.txt
Log Message:
-----------
[lldb] Only add lldb-framework-cleanup dependency to existing targets
The Xcode standalone build doesn't have the install-liblldb and
install-liblldb-stripped targets. Fix the resulting CMake error "Cannot
add target-level dependencies to non-existent target" by only adding the
dependency when the targets exist.
More information about the All-commits
mailing list