[Openmp-commits] [openmp] [OpenMP] Add support for Haiku (PR #133034)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 25 21:59:56 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 4781a8ebd0f3c0807adcbf5d8d6c72fd5839eb85 4dac82cb7d071570c09660e7bcbec11e684df68a --extensions h,cpp -- openmp/runtime/src/kmp.h openmp/runtime/src/kmp_ftn_entry.h openmp/runtime/src/kmp_platform.h openmp/runtime/src/kmp_runtime.cpp openmp/runtime/src/kmp_wrapper_getpid.h openmp/runtime/src/z_Linux_util.cpp openmp/tools/multiplex/ompt-multiplex.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp
index 44ead49599..0c89f23467 100644
--- a/openmp/runtime/src/z_Linux_util.cpp
+++ b/openmp/runtime/src/z_Linux_util.cpp
@@ -2522,9 +2522,7 @@ int __kmp_get_load_balance(int max) {
return running_threads;
#elif KMP_OS_HAIKU
-int __kmp_get_load_balance(int max) {
- return -1;
-}
+int __kmp_get_load_balance(int max) { return -1; }
#else // Linux* OS
``````````
</details>
https://github.com/llvm/llvm-project/pull/133034
More information about the Openmp-commits
mailing list