[PATCH] D72806: [HIP] fix paths for executables not in clang bin directory

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 16 10:22:47 PST 2020


yaxunl added a comment.

What's the use case of this change?

Normally clang needs to call opt/llc/lld from the same directory of clang. Why do we need to find them in other directories?

Where is TOOLS_BINARY_DIR defined?

Also we cannot let the build fail because of lld not found, since users may be building clang for other language and they do not need lld.


Repository:
  rC Clang

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

https://reviews.llvm.org/D72806





More information about the cfe-commits mailing list