[flang-commits] [flang] [Flang] Use a module directory to avoid race condition (PR #123215)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Thu Jan 16 08:35:53 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
----------------
luporl wrote:
Hmm, some other tests use `rm` and `mkdir` without excluding Windows, so I guess this is fine.
https://github.com/llvm/llvm-project/pull/123215
More information about the flang-commits
mailing list