[all-commits] [llvm/llvm-project] 01470b: [lldb] Fix hard-coded argument to set_target_prope...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Oct 6 11:44:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01470b68f392af8bbf95b2ab48253b1662e2cdc7
https://github.com/llvm/llvm-project/commit/01470b68f392af8bbf95b2ab48253b1662e2cdc7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M lldb/cmake/modules/AddLLDB.cmake
Log Message:
-----------
[lldb] Fix hard-coded argument to set_target_properties
The call to `set_target_properties` should use the target passed to
`add_lldb_library` instead of a hard-coded value. Upstream `liblldb` is
the only target for which this matters, but downstream we have
LLDBRPC.framework which needs this as well.
More information about the All-commits
mailing list