This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config
ClosedPublic

Authored by teemperor on Jul 23 2018, 1:54 PM.

Details

Summary

LLDB_PLUGINS doesn't exist as a variable, so this line doesn't add any dependencies and is
just confusing. It seems this slipped in from the gdb-remote CMake I was using as a CMake template.

The gdb-remote CMake itself is using a local LLDB_PLUGINS variable, so that code is fine.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Jul 23 2018, 1:54 PM
davide accepted this revision.Jul 23 2018, 2:13 PM
davide added a subscriber: davide.

lg

This revision is now accepted and ready to land.Jul 23 2018, 2:13 PM
This revision was automatically updated to reflect the committed changes.