arphaman added a comment.
got it, we'll do what we can to release it as soon as possible in Xcode
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82777/new/
https://reviews.llvm.org/D82777
___
cfe-commits
jyknight added a comment.
BTW, to the apple folks here, it'd sure be awesome if this could be backported
into XCode 12's clang. :) (c.f. FB7037642).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82777/new/
https://reviews.llvm.org/D82777
This revision was automatically updated to reflect the committed changes.
Closed by commit rG381df1653c92: Clang Driver: Use Apple ld64's new
@response-file support. (authored by jyknight).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82777/new/
ht
steven_wu accepted this revision.
steven_wu added a comment.
This revision is now accepted and ready to land.
LGTM.
Agree this is ugly but the clean up looks fine. Not sure how to write a test as
well but I can see the `@` file path is triggered correctly.
Repository:
rG LLVM Github Monorepo
jyknight created this revision.
jyknight added reviewers: steven_wu, arphaman.
Herald added subscribers: cfe-commits, dexonsmith.
Herald added a project: clang.
jyknight added a child revision: D82782: Clang Driver: refactor support for
writing response files to be specified at Command creation, r