mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Non-plugin lldb libraries should generally not be linking against lldb plugin libraries. Enforce this in CMake. Differential Revision: https://reviews.llvm.org/D146553