forked from OSchip/llvm-project
[llvm-readobj][test] - Update the comment in archive.test
Addresses post commit review comment for D86771.
This commit is contained in:
parent
7de090a324
commit
6c6984ecd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue