[Lldb-commits] [lldb] [lldb][cmake] Add clang resource dir to LLDB shell tests config (PR #136761)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 29 11:55:20 PDT 2025
https://github.com/bulbazord requested changes to this pull request.
Looking better, but I don't think the shell test's CMake file is the right place to calculate the resource directory. It's already calculated in `LLDBStandalone`. I think we should hoist this logic into LLDB's configuration more generally (e.g. `LLDBConfig.cmake` or top-level CMakeLists.txt, somewhere like that).
https://github.com/llvm/llvm-project/pull/136761
More information about the lldb-commits
mailing list