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
- Build Status
Buildable 2407 Build 2407: arc lint + arc unit
Event Timeline
lld/COFF/Driver.cpp | ||
---|---|---|
463 | I think on Windows it is more natural to not specify a file extension, unlike Unix. |
lld/COFF/Driver.cpp | ||
---|---|---|
463 | 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. |
Duplicate.