[Openmp-commits] [PATCH] D94725: [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 14 16:16:30 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG547b032ccc8e: [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target (authored by tianshilei1992).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94725

Files:
  openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt


Index: openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
===================================================================
--- openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
+++ openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
@@ -3,7 +3,7 @@
   return()
 endif()
 
-set(deps omptarget-nvptx omptarget omp)
+set(deps omptarget omp)
 if(LIBOMPTARGET_NVPTX_ENABLE_BCLIB)
   set(deps ${deps} omptarget-nvptx-bc)
 endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94725.316802.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210115/ac0715d2/attachment.bin>


More information about the Openmp-commits mailing list