[llvm-dev] Archive file test problem

Kristof Beyls via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 5 06:01:18 PDT 2018


Hi Chris,

I'd consider the test to be part of the lld component, so if you need to
file a bug report about this, I'd file it against the lld component.

Thanks,

Kristof

Op do 5 jul. 2018 om 11:03 schreef Chris Jackson via llvm-dev <
llvm-dev at lists.llvm.org>:

> Hello,
>
> I've come across a potential problem with:
>
> /llvm/tools/lld/test/ELF/archive.s
>
> Line 7: # RUN: llvm-ar rcs %t.a %t2 %t3 %t4
>
> This line is not preceded by a delete of the target archive %t.a.
> Therefore, if for some reason this archive is corrupted, perhaps by a
> previous test run, then the test will fail.
>
> I suggest that an 'rm -f %t.a' should be added to this and all similar lit
> tests calling llvm-ar with the 'r' command line flag. A similar file delete
> is used later in the same test before a call to llvm-ar.
>
> I'm not quite sure of the correct way to file a potential bug against a
> test in bugzilla. This problem may be present in other lit tests.
>
> regards,
>
>
> Chris
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180705/a44b3b50/attachment.html>


More information about the llvm-dev mailing list