[Lldb-commits] [lldb] [lldb] Reland: Store SupportFile in FileEntry (NFC (PR #85892)

Jorge Gorbe Moya via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 20 11:40:36 PDT 2024


slackito wrote:

I tested the two patches separately.

With the first one, [Make LineEntry::file private](https://github.com/llvm/llvm-project/pull/85892/commits/0914ecdf582831ec4da776e26ae5ebd2cf9f984f), my problematic test case still passes.

When I apply the second one, [Swap FileSpec for SupportFile](https://github.com/llvm/llvm-project/pull/85892/commits/a9a62f28128d9ed667bc311140a994f9e39af7c6), on top, the test fails as observed with the original change.

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


More information about the lldb-commits mailing list