Fixes PR32689: /msvclto creates response files with lines
that are too long for msvc's linker (LNK1170).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5630 Build 5630: arc lint + arc unit
Event Timeline
Comment Actions
I'm surprised we don't have a test for this? (I assume it needs link.exe but that should be available on some bots)
Comment Actions
@davide, we could extract the response file generation into its own function and write a unit test for it. On the other hand, I don't want to spend too much time polishing msvclto - I'd rather spend time on making it unnecessary.