[llvm] 6c6984e - [llvm-readobj][test] - Update the comment in archive.test
Georgii Rymar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 04:02:33 PDT 2020
Author: Georgii Rymar
Date: 2020-09-01T14:02:13+03:00
New Revision: 6c6984ecd5438f3f7016bf6b79ebf6d9962f5b4b
URL: https://github.com/llvm/llvm-project/commit/6c6984ecd5438f3f7016bf6b79ebf6d9962f5b4b
DIFF: https://github.com/llvm/llvm-project/commit/6c6984ecd5438f3f7016bf6b79ebf6d9962f5b4b.diff
LOG: [llvm-readobj][test] - Update the comment in archive.test
Addresses post commit review comment for D86771.
Added:
Modified:
llvm/test/tools/llvm-readobj/archive.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-readobj/archive.test b/llvm/test/tools/llvm-readobj/archive.test
index 0cf7e06dc815..e65808889131 100644
--- a/llvm/test/tools/llvm-readobj/archive.test
+++ b/llvm/test/tools/llvm-readobj/archive.test
@@ -86,8 +86,8 @@ sections: []
symbols: []
## Here we test that we report a warning and continue dumping when an archive contains
-## a unrecognized object. We place a dummy archive to another archive in the middle,
-## so that it is placed between two valid objects.
+## an unrecognized object. We add a dummy archive to the middle of another archive,
+## so that it is between two valid objects.
# RUN: rm -f %t2.a
# RUN: llvm-ar rc %t.dir/broken.a %t.dir/trivial.obj.elf-x86-64
More information about the llvm-commits
mailing list