[PATCH] D69418: [llvm-ar] Add output option for extract operation
Yi Kong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 12:10:13 PDT 2019
kongyi marked an inline comment as done.
kongyi added inline comments.
================
Comment at: llvm/test/tools/llvm-ar/extract.test:28
+RUN: diff %t/a.txt %t/extracted/a.txt
+RUN: diff %t/b.txt %t/extracted/b.txt
----------------
MaskRay wrote:
> We probably also need a test that `--output` is after the extracted member. This also works. (e.g. `ar x a.a a.txt --output=dir`)
The help message specifies that options has to be placed before the operation flags. Although we accept this, I don't think a test is necessary to assert the undefined behaviour.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69418/new/
https://reviews.llvm.org/D69418
More information about the llvm-commits
mailing list