[Openmp-commits] [openmp] [OpenMP] Add unit tests for nextgen plugins (PR #74398)

Vladimir Vereschaka via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 20 22:06:30 PST 2023


vvereschaka wrote:

looks like these changes break the llvm configuration when `openmp` is a part of `LLVM_ENABLE_PROJECTS`, but not in `LLVM_ENABLE_RUNTIMES`. It tries to create new build targets with already existing names.
```
  add_library cannot create target "llvm_gtest" because another target with
  the same name already exists.  The existing target is a static library
  created in source directory
  ```
 and
 ```
  add_library cannot create target "llvm_gtest_main" because another target
  with the same name already exists.  The existing target is a static library
  created in source directory
 ```


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


More information about the Openmp-commits mailing list