[PATCH] D71848: Allow the discovery of Android NDK's triple-prefixed binaries.
Brian Ledger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 10:16:34 PST 2020
brianpl added a comment.
> Just to clarify, this is needed for the triple-prefixed tools, but the triple-specific directory worked fine before this patch? If I'm understanding that correctly then LGTM, otherwise I'm confused as to why I haven't seen this problem before.
Yes, that's right. Without the patch, Clang will overlook the triple-prefixed tools, but it will correctly find tools in the triple-specific directory either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71848/new/
https://reviews.llvm.org/D71848
More information about the cfe-commits
mailing list