mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
lldbUtility is not supposed to depend on anything else in lldb. Let's enforce that constraint in CMake rather than hoping something doesn't slip in under the radar. Differential Revision: https://reviews.llvm.org/D146473