[PATCH] D73333: [llvm-ar][test] Add to llvm-ar test coverage
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 10:34:15 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/tools/llvm-ar/symtab.test:58
+# RUN: llvm-ar rcT %t-thin.a %t.o
+# RUN: llvm-nm --print-armap %t-thin.a \
+# RUN: | FileCheck %s --check-prefix=SYMTAB
----------------
Join the two lines. It will not be too long.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73333/new/
https://reviews.llvm.org/D73333
More information about the llvm-commits
mailing list