[Lldb-commits] [PATCH] D76806: Remove m_last_file_sp from SourceManager
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 03:19:32 PDT 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
I think this is fine now. Jim, do you have any more thoughts on this patchset?
================
Comment at: lldb/test/API/commands/settings/use_source_cache/TestUseSourceCache.py:40
+ # Make sure source file is bigger than 16K to trigger memory mapping
+ self.assertTrue(os.stat(src).st_size > (4*4096))
+
----------------
self.assertGreater
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76806/new/
https://reviews.llvm.org/D76806
More information about the lldb-commits
mailing list