[Openmp-commits] [openmp] [OpenMP][omptest] Improve CMake and address review comments (PR #159416)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 17 08:11:36 PST 2025
================
@@ -9,7 +9,7 @@ set(UNITTEST_SOURCES
unittests/asserter-seq-test.cpp
unittests/internal-event-eq-test.cpp
unittests/internal-event-tostring-test.cpp
- unittests/internal-util-test
+ unittests/internal-util-test.cpp
----------------
Meinersbur wrote:
Fixed in e69d2bf6031a. I tested compiling omptest without it did not work (So CMake does not autocomplete the extention). Sorry for this.
https://github.com/llvm/llvm-project/pull/159416
More information about the Openmp-commits
mailing list