================
@@ -0,0 +1,40 @@
+// Test that -print-library-module-manifest-path finds the correct file.
+
+// RUN: rm -rf %t
----------------
MaskRay wrote:

You can remove `mkdir -p %t` and simplify this to `rm -rf %t && split-file %s 
%t && cd %t`. This does place 3 commands on one line, but is pretty common.

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

Reply via email to