[Lldb-commits] [lldb] [lldb] Store SupportFiles in SourceManager::File (NFC) (PR #106639)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 29 15:08:41 PDT 2024


https://github.com/adrian-prantl commented:

I was skeptical that a SupportFile would be the right choice, but it's documented as a:

> Wraps either a [FileSpec](https://lldb.llvm.org/cpp_reference/classlldb__private_1_1FileSpec.html) that represents a local file or a source file whose contents is known (for example because it can be reconstructed from debug info), but that hasn't been written to a file yet.


https://github.com/llvm/llvm-project/pull/106639


More information about the lldb-commits mailing list