[flang-commits] [flang] [Flang] Use a module directory to avoid race condition (PR #123215)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Jan 16 08:35:23 PST 2025
================
@@ -1,5 +1,6 @@
-! RUN: bbc -emit-fir %S/module_definition.f90
-! RUN: bbc -emit-fir %s -o - | FileCheck %s
+! RUN: rm -fr %t && mkdir %t
----------------
kiranchandramohan wrote:
We have other similar tests that seem to work OK.
https://github.com/llvm/llvm-project/blob/main/flang/test/Driver/write-module.f90
https://github.com/llvm/llvm-project/pull/123215
More information about the flang-commits
mailing list