[PATCH] D92357: clang/darwin: Don't use response files with ld64, do use them with ld64.lld.darwinnew

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 18:06:51 PST 2020


thakis added a comment.

In D92357#2424422 <https://reviews.llvm.org/D92357#2424422>, @keith wrote:

> Note in your repro case the issue is that the response file doesn't end in a trailing newline

Hm, we also see crashes if we let clang write the response file that's passed to ld64 though. (ie we see this both with `clang @foo.rsp -o a.out` and `clang -Wl, at foo.rsp -o a.out`.


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

https://reviews.llvm.org/D92357



More information about the cfe-commits mailing list