We need to account for path rerooting when generating the response
file. We could either reroot the paths before generating the file, or pass
through the original filenames and change just the syslibroot. I've opted for
the latter, in order that the reproduction run more closely mirrors the
original.
We must also be careful *not* to make an absolute path relative if it is
shadowed by a rerooted path. See repro6.tar in reroot-path.s for
details.
I've moved the call to createResponseFile() after the initialization of
config->systemLibraryRoots, since it now needs to know what those roots are.
should this be %lld (or some other pre-set param) to ensure we're testing the "right" ld64.ldd?
(In theory, the machine could already have ld64.lld)