[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 14:27:49 PST 2021


tianshilei1992 created this revision.
tianshilei1992 added reviewers: jdoerfert, JonChesterfield.
Herald added subscribers: guansong, yaxunl, mgorny.
tianshilei1992 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

`omptarget-nvptx` is still a dependence for `check-libomptarget-nvtpx`
although it has been removed by D94573 <https://reviews.llvm.org/D94573>.


Repository:
  rG LLVM Github Monorepo

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.316784.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210114/0324a250/attachment.bin>


More information about the Openmp-commits mailing list