[PATCH] D69665: [llvm-ar] Fix llvm-ar response file reading on Windows

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 05:06:35 PST 2020


sbc100 added a comment.

This issue we in emscripten is really consistency.   We have a compiler driver that invokes clang, llvm-ar, llvm-nm, and wasm-ld.    We have logic that uses response files for long command lines.  I think it's reasonable to expect that all the tools should have the same default, no?  Otherwise each subprocess callsite needs to encode the rsp style .. per tool and per platform.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69665/new/

https://reviews.llvm.org/D69665





More information about the llvm-commits mailing list