This is an archive of the discontinued LLVM Phabricator instance.

[flang] Separate temporary and user-specified object files
ClosedPublic

Authored by awarzynski on Jan 4 2022, 3:12 AM.

Details

Summary

This patch updates the flang bash scripts to differentiate between
object files provided by the user and intermediate object files
generated by the script. The latter are an "implementation detail" that
should not be visible to the end user (i.e. deleted before the scripts
exits). The former should be preserved.

Fixes https://github.com/flang-compiler/f18-llvm-project/issues/1348

Diff Detail

Event Timeline

awarzynski created this revision.Jan 4 2022, 3:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2022, 3:12 AM
awarzynski requested review of this revision.Jan 4 2022, 3:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2022, 3:12 AM
sscalpone accepted this revision.Jan 4 2022, 10:59 PM

Tested and executed. Works for me!

This revision is now accepted and ready to land.Jan 4 2022, 10:59 PM