Skip to content

Commit 547b032

Browse files
committed
[OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target
`omptarget-nvptx` is still a dependence for `check-libomptarget-nvtpx` although it has been removed by D94573. Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D94725
1 parent b21905d commit 547b032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if(NOT OPENMP_TEST_COMPILER_ID STREQUAL "Clang")
33
return()
44
endif()
55

6-
set(deps omptarget-nvptx omptarget omp)
6+
set(deps omptarget omp)
77
if(LIBOMPTARGET_NVPTX_ENABLE_BCLIB)
88
set(deps ${deps} omptarget-nvptx-bc)
99
endif()

0 commit comments

Comments
 (0)