[libc] [llvm] [bazel] Add missing gmp dep for f8834ed24bf11d19c96c49d42e77d4408af91fd8 (PR #97999)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 01:12:15 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 4132ab84eece2352302ced8803a88c140a217aff 5112c04e02cbb32e48cdc403f2fe7a6a36ec1d1c -- libc/utils/MPFRWrapper/MPFRUtils.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/utils/MPFRWrapper/MPFRUtils.cpp b/libc/utils/MPFRWrapper/MPFRUtils.cpp
index 87403e11b2..6548fc36cb 100644
--- a/libc/utils/MPFRWrapper/MPFRUtils.cpp
+++ b/libc/utils/MPFRWrapper/MPFRUtils.cpp
@@ -18,7 +18,6 @@
#include <stdint.h>
-
#include "mpfr_inc.h"
template <typename T> using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>;
``````````
</details>
https://github.com/llvm/llvm-project/pull/97999
More information about the llvm-commits
mailing list