This is an archive of the discontinued LLVM Phabricator instance.

[test][DebugInfo][NFC] Rename method for clarity
ClosedPublic

Authored by jhenderson on Jan 3 2020, 7:38 AM.

Details

Summary

The checkGetOrParseLineTabelEmitsError function could end up generating both recoverable and unrecoverable errors, but it is only intended for handling the latter.

Diff Detail

Event Timeline

jhenderson created this revision.Jan 3 2020, 7:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2020, 7:38 AM
dblaikie accepted this revision.Jan 4 2020, 2:05 PM

Bit verbose, but sounds alright.

This revision is now accepted and ready to land.Jan 4 2020, 2:05 PM
This revision was automatically updated to reflect the committed changes.