This is an archive of the discontinued LLVM Phabricator instance.

[llvm-xray][test] Combine two AArch64 tests
ClosedPublic

Authored by MaskRay on Apr 10 2020, 9:45 AM.

Details

Summary

Rename extract-instrmap-aarch64.test to extract-instrmap.test because
the path component AArch64 conveys the target name clearly.

Additionally, adopt a convention we start to use in LLVM binary
utilities: prepend # to CHECK/RUN lines and ## to comment lines even
if the file contains no code. The notation makes CHECK/RUN/comments
stand out.

Diff Detail

Event Timeline

MaskRay created this revision.Apr 10 2020, 9:45 AM
dberris accepted this revision.Apr 13 2020, 10:39 AM
This revision is now accepted and ready to land.Apr 13 2020, 10:39 AM
This revision was automatically updated to reflect the committed changes.