[flang-commits] [flang] [Flang] Use a module directory to avoid race condition (PR #123215)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Thu Jan 16 08:14:57 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
----------------
tarunprabhu wrote:

Maybe `mkdir -p` would be safer, just in case there is something that doesn't exist along the way

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


More information about the flang-commits mailing list