[PATCH] D81109: llvm-link: Add support for archive files as inputs.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 16:35:28 PDT 2020


jdoerfert added a comment.

In D81109#2072395 <https://reviews.llvm.org/D81109#2072395>, @jsjodin wrote:

> In D81109#2072178 <https://reviews.llvm.org/D81109#2072178>, @jdoerfert wrote:
>
> > Can you add a test for a broken archive.
>
>
> Sure, I can use a non-archive file as an archive. I should also see what happens if .ll files are used inside an archive, I remember something bad happened when I tried it at some point.


A test and, if possible, an error message is probably preferable to "something bad" ;)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81109/new/

https://reviews.llvm.org/D81109





More information about the llvm-commits mailing list