[all-commits] [llvm/llvm-project] ea66b4: [flang] Separate temporary and user-specified obje...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Jan 6 08:39:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea66b46dde31c9c4a52b025b7c6bdf8fa3872641
https://github.com/llvm/llvm-project/commit/ea66b46dde31c9c4a52b025b7c6bdf8fa3872641
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M flang/tools/f18/flang
Log Message:
-----------
[flang] Separate temporary and user-specified object files
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
Differential Revision: https://reviews.llvm.org/D116590
More information about the All-commits
mailing list