[PATCH] D85329: [AIX] Don't try to use llvm tools while building runtimes

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 07:46:54 PDT 2020


daltenty added a comment.

In D85329#2198203 <https://reviews.llvm.org/D85329#2198203>, @hubert.reinterpretcast wrote:

> @daltenty, if these tools happened to be on the user's $PATH, then would they get picked up? Is that the desired behaviour?

(summarizing offline discussion)

This isn't an exclusive problem to the runtime build, other parts of the llvm build may try to grab them for other purposes if they are on the users path.  We can probably safely go with, if the user intentionally put them on their PATH they intended to use them for now.

This is hopefully a temporary workaround anyhow till XCOFF64 tool support matures.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85329/new/

https://reviews.llvm.org/D85329



More information about the llvm-commits mailing list