[Openmp-commits] [PATCH] D107156: [libomptarget][amdcgn] Add build dependency for opt

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 30 09:57:12 PDT 2021


tianshilei1992 added a comment.

In D107156#2916950 <https://reviews.llvm.org/D107156#2916950>, @JonChesterfield wrote:

> Ah, so that's how to declare the dependency. We almost certainly want to depend on llvm-link too. Should that be spelled ${OPT_TOOL} and  ${LINK_TOOL}?

`opt` can be a target or the path to a binary, but `${OPT_TOOL} ` and `${LINK_TOOL}` are only path.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107156



More information about the Openmp-commits mailing list