mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +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