[all-commits] [llvm/llvm-project] 47f846: Enable Flang by default in the test-release.sh script
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Jul 15 09:18:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47f846f8c5ba54fde266ced3d9228d9f003c03ee
https://github.com/llvm/llvm-project/commit/47f846f8c5ba54fde266ced3d9228d9f003c03ee
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
Enable Flang by default in the test-release.sh script
I've also brought this up on llvm-dev:
https://lists.llvm.org/pipermail/llvm-dev/2021-July/151744.html
Differential Revision: https://reviews.llvm.org/D105885
Commit: 9f6ff37a36ffb7601fd9e23f0b6ae2156ae3ff77
https://github.com/llvm/llvm-project/commit/9f6ff37a36ffb7601fd9e23f0b6ae2156ae3ff77
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M flang/tools/f18/flang.in
Log Message:
-----------
[flang][driver] Randomise the names of the unparsed files
This patch makes sure that the base name of the temporary unparsed files
(generated by the `flang` bash script) are randomised and unique to a
particular invocation of the script. Otherwise, we cannot reliably run
the script in parallel.
Differential Revision: https://reviews.llvm.org/D106052
Compare: https://github.com/llvm/llvm-project/compare/e6e79b3f0b2a...9f6ff37a36ff
More information about the All-commits
mailing list