search for: 02d2cacc

Displaying 2 results from an estimated 2 matches for "02d2cacc".

2020 Aug 06
2
How to make a subdirectory in a lit test?
I'm writing a lit test that needs to temporarily make a subdirectory. I tried: ``` // RUN: mkdir %t/subdir ``` But on Windows, it's hard to bypass the built-in mkdir to use a Posix-style one from Git or GnuWin. The built-in mkdir believes the `/subdir` is an unrecognized command flag. I figure I cannot just use a backslash because that would fail on Posix systems. (The test should
2020 Aug 06
2
How to make a subdirectory in a lit test?
..._____ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200806/02d2cacc/attachment.html>