As suggested here, defer a call to toString(File) until it's really needed (if there's an error)
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
Comment Actions
I think this is a good change. The map on the side is less string-ly typed now. We should wait for @ruiu since it was his review feedback.
Comment Actions
Ping. @ruiu, is this what you had in mind, regarding https://reviews.llvm.org/D58910#1425484 ?
Comment Actions
LGTM
COFF/DriverUtils.cpp | ||
---|---|---|
708 | Remove this variable and directly use "cmd-line" instead. |
Remove this variable and directly use "cmd-line" instead.