[lldb] Only specify LLVM_ENABLE_RUNTIMES in the libcxx error message.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 1 Nov 2021 16:38:52 +0000 (09:38 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 1 Nov 2021 16:39:24 +0000 (09:39 -0700)
commit64cc073abd59d7ac2359d258f407254de6c79c84
tree760f33f7f2dde8a6ecfd8b536a8f60689ace0691
parentb8016b626ec7095c7d57ebfffb2135dc5c3077b8
[lldb] Only specify LLVM_ENABLE_RUNTIMES in the libcxx error message.

Now that passing libcxx via LLVM_ENABLE_PROJECTS has been deprecated,
update the error message and recommend using LLVM_ENABLE_RUNTIMES
instead. This patch also remove the error message for the old layout.

Differential revision: https://reviews.llvm.org/D112856
lldb/test/CMakeLists.txt