This is an archive of the discontinued LLVM Phabricator instance.

[flang][nfc] Refine how output is defined in a test
ClosedPublic

Authored by awarzynski on Aug 27 2023, 7:17 AM.

Details

Summary

Updates optimization-remark.f90. Makes sure that every RUN line:

  • discords the actual output of the compilation (we only care about the optimisation remarks),
  • re-uses the same definition of the output (better code re-use),
  • doesn't generate object files - no need to use -c if -emit-llvm is sufficient.

Diff Detail

Event Timeline

awarzynski created this revision.Aug 27 2023, 7:17 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Aug 27 2023, 7:17 AM
This revision is now accepted and ready to land.Aug 30 2023, 6:09 AM
This revision was landed with ongoing or failed builds.Aug 30 2023, 6:39 AM
This revision was automatically updated to reflect the committed changes.