[Openmp-commits] [PATCH] D108868: [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Aug 28 12:01:10 PDT 2021
tianshilei1992 added a comment.
>From my understanding, we probably want a more precise way. When building with `LLVM_ENABLE_RUNTIMES`, `opt` and `llvm-link` have to be targets, and they have to be added into dependences. For standalone build, `opt` and `llvm-link` have to be paths to two binaries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108868/new/
https://reviews.llvm.org/D108868
More information about the Openmp-commits
mailing list