[PATCH] D113130: [llvm-libtool-darwin] Print a warning if object file names are repeated
Roger Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 10:49:24 PST 2021
Roger added inline comments.
================
Comment at: llvm/test/tools/llvm-libtool-darwin/archive-flattening.test:69
+# DUPLICATE-INPUT-DAG: [[PATHCORRECT]]
+# DUPLICATE-INPUT: file '[[FILEB]]' was specified multiple times.
+# DUPLICATE-INPUT-DAG: [[PATHB]]
----------------
jhenderson wrote:
> Missing warning: prefix.
This stanza is all part of one warning message so only the first line will have the prefix.
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