[PATCH] D87956: [IR] add fn attr for no_stack_protector; prevent inlining on mismatch
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 13:59:38 PDT 2020
nickdesaulniers added a comment.
In phab here, it looks like my newly added clang/test/Frontend/optimization-remark-missed-inline-stack-protectors.c fails on windows because I redirect stdout to /dev/null. How does that work for other tests? I see other tests in that dir write to /dev/null. Oh, I guess `-o /dev/null` will just create a file called `"/dev/null"` on Windows? So I should do that rather than `1> /dev/null`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87956/new/
https://reviews.llvm.org/D87956
More information about the cfe-commits
mailing list