================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits