[Openmp-commits] [PATCH] D102587: [OpenMP] Refine CMake code for libomptarget
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun May 16 14:51:02 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/CMakeLists.txt:33
-if (NOT LIBOMPTARGET_LLVM_INCLUDE_DIRS)
- libomptarget_say("Not building AMDGPU plugin: Missing definition for LIBOMPTARGET_LLVM_INCLUDE_DIRS")
----------------
This lines of code are removed because it can only reach here if the requirement is met.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102587/new/
https://reviews.llvm.org/D102587
More information about the Openmp-commits
mailing list