This test may fail if there is a new changes to this tests.
.../llvm-project/lld/test/ELF/common-archive-lookup.s:95:8:
error: MAP: expected string not found in input
^
because the archives are not deleted so the contents from the previous test run
may affect the contents for the current run,
so this will require cleaning up the Output dir or force build of buildbot.
The fix is to put all the objects in the temporary dir that we cleanup every run,
to avoid run-2-run flaky failures.