This is how we use TarWriter in LLD. Now LLD does not append
a file extension, so you need to pass --reproduce foo.tar
instead of --reproduce foo.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/COFF/Driver.cpp | ||
---|---|---|
463 ↗ | (On Diff #82460) | I think on Windows it is more natural to not specify a file extension, unlike Unix. |
lld/COFF/Driver.cpp | ||
---|---|---|
463 ↗ | (On Diff #82460) | I wasn't suggesting a functional change. /linkrepro takes a directory path to which you are appending repro here and .tar on lines 466 and 472, so you could just append repro.tar here. |