This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Stop referencing "host_lib" in cmake files
ClosedPublic

Authored by thakis on Aug 4 2021, 4:49 AM.

Details

Summary

lldb/tools/driver/CMakeLists.txt used to set host_lib to something until
https://reviews.llvm.org/rG7b968969db and I think CMake file processing
order means this used to be set to something in these two files here too, but
since 2.5 years ago this always expanded to nothing here. So just remove it.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Aug 4 2021, 4:49 AM
thakis requested review of this revision.Aug 4 2021, 4:49 AM
teemperor accepted this revision.Aug 5 2021, 12:08 AM

lgtm, thanks!

This revision is now accepted and ready to land.Aug 5 2021, 12:08 AM
This revision was automatically updated to reflect the committed changes.