[Lldb-commits] [PATCH] D76805: Fix SourceManager::SourceFileCache insertion

Emre Kultursay via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 26 09:45:51 PDT 2020


emrekultursay added a comment.

> Does this actually depend on the other patch? It looks like an independent fix we could commit separately.

This bug seems to have existed forever. Fixing it means we will have source file cache enabled for the first time. If it causes any unforeseen issues, I'd like users to have the ability to disable the cache, which is why I made this change depend on the other change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76805





More information about the lldb-commits mailing list