[PATCH] D71848: Allow the discovery of Android NDK's triple-prefixed binaries.

2020-01-13 Thread Brian Ledger via Phabricator via cfe-commits
brianpl updated this revision to Diff 237691. brianpl added a comment. - Search for tools prefixed with GNU target triples. - Merge branch 'master' of https://github.com/llvm/llvm-project Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71848/new/

[PATCH] D71848: Allow the discovery of Android NDK's triple-prefixed binaries.

2020-01-06 Thread Brian Ledger via Phabricator via cfe-commits
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

[PATCH] D71848: Allow the discovery of Android NDK's triple-prefixed binaries.

2019-12-23 Thread Brian Ledger via Phabricator via cfe-commits
brianpl created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. brianpl added a reviewer: jyknight. brianpl updated this revision to Diff 235182. brianpl added a comment. Fix a typo. Currently, tool discovery checks for a tool with its target triple as a

[PATCH] D71848: Allow the discovery of Android NDK's triple-prefixed binaries.

2019-12-23 Thread Brian Ledger via Phabricator via cfe-commits
brianpl updated this revision to Diff 235182. brianpl added a comment. Fix a typo. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71848/new/ https://reviews.llvm.org/D71848 Files: clang/lib/Driver/Driver.cpp