[llvm] Add option to dump IR to files instead of stderr (PR #66412)

Sebastian Neubauer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 02:39:37 PDT 2023


================
@@ -0,0 +1,57 @@
+; RUN: mkdir -p %t/logs
----------------
Flakebi wrote:

Is the `mkdir` needed?
On Linux, `rm -rf` ignores missing directories, not sure about Windows.

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


More information about the llvm-commits mailing list