[all-commits] [llvm/llvm-project] a30a64: [OpenMP] Add libomp unit test infrastructure
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Tue Dec 16 07:48:02 PST 2025
Branch: refs/heads/users/ro-i/check-libomp-unit
Home: https://github.com/llvm/llvm-project
Commit: a30a6421fb103586fa9e25f81a0f248a1f8449f3
https://github.com/llvm/llvm-project/commit/a30a6421fb103586fa9e25f81a0f248a1f8449f3
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/lit.cfg.py
A openmp/runtime/unittests/lit.site.cfg.py.in
A openmp/runtime/unittests/src/CMakeLists.txt
A openmp/runtime/unittests/src/TestKmpStr.cpp
Log Message:
-----------
[OpenMP] Add libomp unit test infrastructure
Commit: 4d12f2482d4cc58ffd100f2e3484cde7321ceaa9
https://github.com/llvm/llvm-project/commit/4d12f2482d4cc58ffd100f2e3484cde7321ceaa9
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/unittests/CMakeLists.txt
M openmp/runtime/unittests/README.md
Log Message:
-----------
dynamic linking for unit tests
Commit: c63c254f2d65e7a9a7b2e5c09f40033d96a64b68
https://github.com/llvm/llvm-project/commit/c63c254f2d65e7a9a7b2e5c09f40033d96a64b68
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
Log Message:
-----------
fix omp_objects dependency
Commit: 4cd6cbe3d3bea05d7d0c50572188af6ce91e7fb0
https://github.com/llvm/llvm-project/commit/4cd6cbe3d3bea05d7d0c50572188af6ce91e7fb0
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/runtime/unittests/CMakeLists.txt
Log Message:
-----------
rename add_openmp_unittest argument
Commit: 16ad02ee78df600de7841eadae56fa4ca185cb8f
https://github.com/llvm/llvm-project/commit/16ad02ee78df600de7841eadae56fa4ca185cb8f
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
R openmp/runtime/unittests/lit.cfg.py
R openmp/runtime/unittests/lit.site.cfg.py.in
R openmp/runtime/unittests/src/CMakeLists.txt
R openmp/runtime/unittests/src/TestKmpStr.cpp
Log Message:
-----------
implement feedback
Commit: b12ff59f5c8a9c432adce1aa13ff38b6ce60b44b
https://github.com/llvm/llvm-project/commit/b12ff59f5c8a9c432adce1aa13ff38b6ce60b44b
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/test/lit.cfg
M openmp/runtime/unittests/CMakeLists.txt
Log Message:
-----------
implement feedback
Compare: https://github.com/llvm/llvm-project/compare/2f30670d9bc6...b12ff59f5c8a
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list