[Mlir-commits] [clang] [llvm] [mlir] [clang] Use VFS for `-fopenmp-host-ir-file-path` (PR #156727)
Jan Svoboda
llvmlistbot at llvm.org
Wed Sep 3 14:54:06 PDT 2025
================
@@ -0,0 +1,33 @@
+// This test checks that the OpenMP host IR file goes through VFS overlays.
----------------
jansvoboda11 wrote:
Why should this test be executed on Linux only? The Clang arguments were taken from `clang/test/OpenMP/simd_codegen.cpp` that doesn't have any `REQUIRES` lines, so I don't think this is testing something specific to the host platform. If the reason is the `rm` and `sed` commands you mention, I believe those are guaranteed to be available on all platforms where we support running tests - for example on Windows, we [require](https://llvm.org/docs/GettingStartedVS.html) Git bash tools to be installed.
https://github.com/llvm/llvm-project/pull/156727
More information about the Mlir-commits
mailing list