[Openmp-commits] [openmp] [OpenMP][omptest] Improve CMake and address review comments (PR #159416)

David Spickett via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 22 08:02:22 PDT 2025


DavidSpickett wrote:

I see that compiler-rt sets `GTEST_NO_LLVM_SUPPORT` to 1 already. My understanding is that this means tests in compiler-rt won't assume LLVM specific support in the gtest library (as in the binary library).

So if it can do that, seems like openmp could too? Assuming there aren't tests that hinge on those llvm features.

Openmp build as a project could still link to the llvm gtest, it just wouldn't make use of llvm features in it. Right?

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


More information about the Openmp-commits mailing list