[Openmp-commits] [clang] [openmp] [DO NOT MERGE] Verify openmp under -Wunused-template (PR #207957)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 7 03:43:14 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 56246 tests passed
* 1168 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
<details>
<summary>openmp/runtime/src/CMakeFiles/obj.omp.dir/kmp_runtime.cpp.o</summary>
```
FAILED: openmp/runtime/src/CMakeFiles/obj.omp.dir/kmp_runtime.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/openmp/runtime/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/i18n -I/home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/thirdparty/ittnotify -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -Wall -Werror -fcolor-diagnostics -Wcast-qual -Wformat-pedantic -Wimplicit-fallthrough -Wsign-compare -Wno-extra -Wno-pedantic -fno-semantic-interposition -fdata-sections -O3 -DNDEBUG -std=c++17 -fPIC -D _GNU_SOURCE -D _REENTRANT -U_GLIBCXX_ASSERTIONS -UNDEBUG -fno-exceptions -fno-rtti -Wno-covered-switch-default -Wno-frame-address -Wno-strict-aliasing -Wno-switch -Wno-uninitialized -Wno-return-type-c-linkage -Wno-cast-qual -Wno-int-to-void-pointer-cast -MD -MT openmp/runtime/src/CMakeFiles/obj.omp.dir/kmp_runtime.cpp.o -MF openmp/runtime/src/CMakeFiles/obj.omp.dir/kmp_runtime.cpp.o.d -o openmp/runtime/src/CMakeFiles/obj.omp.dir/kmp_runtime.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/kmp_runtime.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/kmp_runtime.cpp:26:
/home/gha/actions-runner/_work/llvm-project/llvm-project/openmp/runtime/src/kmp_dispatch.h:294:11: error: unused function template '__kmp_wait' [-Werror,-Wunused-template]
294 | static UT __kmp_wait(volatile UT *spinner, UT checker,
| ^~~~~~~~~~
1 error generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/207957
More information about the Openmp-commits
mailing list