[PATCH] D70969: [llvm-ar][test] Add to thin archive test coverage
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 10:51:53 PST 2019
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/tools/llvm-ar/replace.test:100
+# RUN: llvm-ar rT %t/thin.a %t/1.o
+# RUN: llvm-ar t %t/thin.a \
+# RUN: | FileCheck %s --check-prefix=SINGLE
----------------
You can place `| FileCheck` on the same line. This line is short.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70969/new/
https://reviews.llvm.org/D70969
More information about the llvm-commits
mailing list