[Lldb-commits] [lldb] [lldb][test] Test all libcxxabi demangler test-cases against TrackingOutputBuffer (PR #137793)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 30 01:27:24 PDT 2025
DavidSpickett wrote:
> i guess header includes would be an example
Headers like ADT and so on are included in installed copies of LLVM but testing files are not.
So would this break testing a standalone LLDB build? Or do we expect "standalone" to mean you configure from `lldb/` but you do have the rest of the monorepo there as well.
There are those per-project tar files for each release but I'm not sure what we intend people to do with them.
...but maybe you can sidestep that by saying that libcxx must be available?
https://github.com/llvm/llvm-project/pull/137793
More information about the lldb-commits
mailing list