[Lldb-commits] [PATCH] D128250: [LLDB][RISCV]Add initial support for lldb-server.

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 29 01:23:07 PDT 2022


DavidSpickett added a comment.

FWIW I do get the same error in a clean directory without this patch applied:

  -- LLDB version: 15.0.0git
  CMake Error at /home/david.spickett/llvm-project/lldb/cmake/modules/LLDBConfig.cmake:289 (message):
    Expected directory for clang-resource headers not found:
  Call Stack (most recent call first):
    /home/david.spickett/llvm-project/lldb/CMakeLists.txt:28 (include)

There's probably a better way to tell the user what to do but that's how it works at the moment. The "standard" set of projects to enable is lld, clang and lldb if you want to build and test lldb.
(there is a standalone build https://lldb.llvm.org/resources/build.html#standalone-builds but it works by having clang already built, so same thing with extra steps)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128250/new/

https://reviews.llvm.org/D128250



More information about the lldb-commits mailing list