This is an archive of the discontinued LLVM Phabricator instance.

[test][llvm-dwarfdump][NFC] Improve test readability
ClosedPublic

Authored by jhenderson on Dec 20 2019, 5:24 AM.

Details

Summary

This patch adds and improves comments in the debug_line_invalid.test and its associated input file so that it is easier to follow. It uses '##' to make comments stand out from lit and FileCheck commands.

It also reflows some commands so that the lines are not so long and are easier to read and fixes some copy/paste errors.

This patch is the first in a series as an alternative to D71702.

Diff Detail

Event Timeline

jhenderson created this revision.Dec 20 2019, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2019, 5:24 AM
JDevlieghere accepted this revision.Dec 20 2019, 3:57 PM
This revision is now accepted and ready to land.Dec 20 2019, 3:57 PM
This revision was automatically updated to reflect the committed changes.