This is an archive of the discontinued LLVM Phabricator instance.

Rearrange bitfield to allow for more space in file_idx.
ClosedPublic

Authored by aprantl on Jan 2 2019, 12:59 PM.

Details

Summary

This is an alternate patch for the bug reported in https://bugs.llvm.org/show_bug.cgi?id=39816 ("lldb doesn't show a file of line entry for big project"). This limits the number of lines in a source file to 32M, which I think is reasonable even for preprocessed source inputs?

Diff Detail

Repository
rLLDB LLDB

Event Timeline

aprantl created this revision.Jan 2 2019, 12:59 PM
aprantl added a reviewer: friss.
clayborg accepted this revision.Jan 2 2019, 3:06 PM
This revision is now accepted and ready to land.Jan 2 2019, 3:06 PM
JDevlieghere accepted this revision.Jan 2 2019, 3:10 PM
This revision was automatically updated to reflect the committed changes.