[PATCH] D79842: [clang][Driver] Correct tool search path priority
Steven Wan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 12:31:49 PDT 2020
stevewan added a comment.
The test was failing on Linux if I set LLVM_DEFAULT_TARGET_TRIPLE. For example if I set it to`powerpc64le-linux-gnu` clang actually uses "powerpc64le-unknown-linux-gnu".
Would you be able to provide a fix to this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79842/new/
https://reviews.llvm.org/D79842
More information about the cfe-commits
mailing list