[all-commits] [llvm/llvm-project] 071c8a: [Libomptarget] Fix tests after deleting the next-g...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jul 6 08:45:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 071c8a41ccbb10e88870345445db671c183a346e
https://github.com/llvm/llvm-project/commit/071c8a41ccbb10e88870345445db671c183a346e
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/cuda/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Fix tests after deleting the next-gen plugins
The next-gen plugins didn't correctly configure tests and were never
actually being run. Since deleting the old plugin we stopped getting
`libomptarget` tests. This patch fixes the issue and allows the targets
to be built
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D154619
More information about the All-commits
mailing list