[llvm] [Offload] Move `/openmp/libomptarget` to `/offload` (PR #75125)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 23:51:55 PDT 2024


dhruvachak wrote:

@jdoerfert I think you additionally need the cmake changes @jplehr posted a couple of days back. This one:

In current libomptarget we have this logic https://github.com/llvm/llvm-project/blob/fa2bbea14df3273b3403f34cc295c56233fdbd0d/openmp/libomptarget/CMakeLists.txt#L104C1-L120C8
but that is not present in the new CMake file.

Without these changes, I think you will see the OMPT tests as unsupported. 

https://github.com/llvm/llvm-project/pull/75125


More information about the llvm-commits mailing list