[PATCH] D113130: [llvm-libtool-darwin] Print a warning if object file names are repeated
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 04:58:37 PST 2022
jhenderson added a comment.
The required FileCheck regex pattern would be `{{\\/}}` or something to that effect, I believe. Could we add a lit substitution, similar to `%\t` or `%/t`, which is specifically for use within FileCheck patterns, so uses the regex pattern, maybe?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113130/new/
https://reviews.llvm.org/D113130
More information about the llvm-commits
mailing list