[lldb] Fix hard-coded argument to set_target_properties
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 6 Oct 2022 18:01:49 +0000 (11:01 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 6 Oct 2022 18:43:52 +0000 (11:43 -0700)
commit01470b68f392af8bbf95b2ab48253b1662e2cdc7
treea863b83938ceb5610c64a90145a36de7d679b283
parent5c63b24ec8fde29023af1213a4685df1d4a58dde
[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.
lldb/cmake/modules/AddLLDB.cmake