This is an archive of the discontinued LLVM Phabricator instance.

Fix -print-after-all banner
ClosedPublic

Authored by yaron.keren on Jun 11 2017, 1:30 AM.

Details

Summary

Address https://bugs.llvm.org/show_bug.cgi?id=32207, banner does not print more than once following r292442 by making BannerPrinted local and skipping banner for function declarations.

Diff Detail

Repository
rL LLVM

Event Timeline

yaron.keren created this revision.Jun 11 2017, 1:30 AM
This revision is now accepted and ready to land.Jun 11 2017, 10:22 AM
This revision was automatically updated to reflect the committed changes.

Added test in r305213.