[PATCH] D110905: [llvm] Add overload to propagate errors up to caller from ExpandResponseFiles
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 12:44:25 PDT 2021
oontvoo abandoned this revision.
oontvoo added a comment.
Withdrawing this . With some deliberation, I've realised this patch is actually doing the wrong thing . Specifically, the expansion here happens too early that it shouldn't know yet if it would really be an error if `@foo` is not a file ... it could have meant to be some variable(, eg `-rpath @loader_path`)
The fix I'm hoping to make can be done in lld-macho . (it also should have had a test that fails because of this patch).
Thanks for entertaining this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110905/new/
https://reviews.llvm.org/D110905
More information about the llvm-commits
mailing list