================
@@ -0,0 +1,65 @@
+// REQUIRES: system-windows
+
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
+// RUN: split-file %s %t
+
+// RUN: %clang_cl /std:c++20 --precompile "%/t/Hello.cppm" "/Fo%/t/Hello.pcm"
----------------
sharadhr wrote:

This outputs `Hello.pcm` in `<build path>\tools\clang\test\Driver` instead of 
in the temporary directory specified by `%t` and the next `RUN` command fails. 
I'm not the most familiar with the LLVM testing infrastructure; I'd like this 
to be reviewed.

https://github.com/llvm/llvm-project/pull/98761
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to