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

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 30 06:37:59 PDT 2021


protze.joachim added a comment.

The command uses `| ${OPT_TOOL}`. If I build OpenMP as llvm runtime, I regularly get the error, that ${OPT_TOOL} cannot be found, because opt was not built at that time.
Rerunning the parallel build finally succeeds, but is annoying


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