[PATCH] D79842: [clang][Driver] Correct tool search path priority

Steven Wan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 11:02:43 PDT 2020


stevewan added a comment.

Yes, this issue was hit with the reland applied. When given a `<arch>-<sys>-<abi>` format LLVM_DEFAULT_TARGET_TRIPLE, Clang would expand the target triple to `<arch>-<vendor>-<sys>-<abi>`, and therefore causes the name mismatch between what the driver searches for and what the test case creates as the dummy tool.


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