[PATCH] D89749: SourceManager: Don't allocate an SLocEntry until it's loaded

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 14:23:30 PDT 2020


dexonsmith added a comment.

@teemperor, I don't get test failures:

  % (cd build && env LIT_FILTER=Modules ninja -k20 check-lldb)
  ld: warning: spew
  
  Testing Time: 10.54s
    Excluded   : 2105
    Unsupported:   17
    Passed     :   13

Could this be because I used `-DLLDB_USE_SYSTEM_DEBUGSERVER=ON`?

If you're still seeing them, can you try the speculative fix in https://reviews.llvm.org/D90192 to confirm I understand the issue?


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

https://reviews.llvm.org/D89749



More information about the cfe-commits mailing list