[PATCH] D120201: [Clang] Extend -gen-reproducer flag
Alex Brachet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 27 08:51:09 PDT 2022
abrachet marked an inline comment as done.
abrachet added inline comments.
================
Comment at: clang/test/Driver/emit-reproducer.c:1
+// RUN: rm -rf %t; mkdir %t
+
----------------
hans wrote:
> I'm not sure if lit handles that semicolon, or if it hands this over to the shell, in which case it won't work on windows.
> Instead, `rm -rf %t && mkdir %t` seems common among clang tests.
>
> Otherwise, this is a nice test file :-)
Thanks :) updated it in the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120201/new/
https://reviews.llvm.org/D120201
More information about the cfe-commits
mailing list