[Openmp-commits] [PATCH] D102229: [libomptarget][nfc] Add hook to easily disable building amdgcn bclib

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 14 15:17:54 PDT 2021


JonChesterfield added a comment.

That is interesting. The cmake does require opt (and llvm-link), and the only reason it does not specify a dependency on those is I do not know how to spell that in cmake.

This patch doesn't change the dependency on opt, but maybe changes the order in which cmake does things, exposing that race condition more frequently.

Does anyone know how to tell cmake not to run this until after op, llvm-link, possibly clang exist?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102229



More information about the Openmp-commits mailing list