This patch threads the virtual file system through dsymutil. Currently there is no good way to find out exactly what files are necessary in order to reproduce a dsymutil link, at least not without knowledge of how dsymutil works. My goal is add lightweight reproducer functionality that automatically gather the input object files using the FileCollectorFileSystem. We can then also use the VFS mapping to reproduce a dsymutil link without having to mess with the OSO prefix path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/dsymutil/BinaryHolder.h | ||
---|---|---|
140 | Perhaps add ... which is used for generating reproducers. |
Perhaps add ... which is used for generating reproducers.