[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:30:08 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:

Won't this break Windows bots?

https://github.com/llvm/llvm-project/pull/123215


More information about the flang-commits mailing list