This is an archive of the discontinued LLVM Phabricator instance.

[nfc] [llvm] Make DWARFListTableBase::findList const
ClosedPublic

Authored by jankratochvil on Apr 1 2021, 7:41 AM.

Details

Summary

Needed for D99653, it looks harmless to me.

Diff Detail

Event Timeline

jankratochvil created this revision.Apr 1 2021, 7:41 AM
dblaikie accepted this revision.Apr 2 2021, 11:57 AM

If it compiles (looks like it should - don't see any caching in member variables, etc), seems fine by me.

This revision is now accepted and ready to land.Apr 2 2021, 11:57 AM

OK, thanks, I just wasn't sure with obvious commits for the LLVM part.