[libc-commits] [libc] [libc] set cmake dependencies for condattr test (PR #89103)
via libc-commits
libc-commits at lists.llvm.org
Wed Apr 17 10:24:09 PDT 2024
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 e59632bdfd4c70caed437216af17d335858686fd be3fe7e266b0e3a7a7c7d1ab39fd0686c76d5767 -- libc/src/pthread/pthread_condattr_destroy.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/pthread/pthread_condattr_destroy.cpp b/libc/src/pthread/pthread_condattr_destroy.cpp
index 4fb3ea6f50..41994c6941 100644
--- a/libc/src/pthread/pthread_condattr_destroy.cpp
+++ b/libc/src/pthread/pthread_condattr_destroy.cpp
@@ -14,7 +14,8 @@
namespace LIBC_NAMESPACE {
-LLVM_LIBC_FUNCTION(int, pthread_condattr_destroy, (pthread_condattr_t * attr [[gnu::unused]])) {
+LLVM_LIBC_FUNCTION(int, pthread_condattr_destroy,
+ (pthread_condattr_t * attr [[gnu::unused]])) {
// Initializing a pthread_condattr_t acquires no resources, so this is a
// no-op.
return 0;
``````````
</details>
https://github.com/llvm/llvm-project/pull/89103
More information about the libc-commits
mailing list