This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Only specify LLVM_ENABLE_RUNTIMES in the libcxx error message.
ClosedPublic

Authored by JDevlieghere on Oct 29 2021, 4:28 PM.

Details

Summary

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.

Diff Detail