<div dir="ltr">Hello,<div><br></div><div>I've come across a potential problem with:</div><div><br></div><div>/llvm/tools/lld/test/ELF/archive.s<br></div><div><br></div><div>Line 7: # RUN: llvm-ar rcs %t.a %t2 %t3 %t4</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>regards,</div><div><br></div><div><br></div><div>Chris</div></div>