[llvm] [Cygwin] Cygwin general (PR #74944)

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 9 10:33:54 PST 2023


=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/74944 at github.com>


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 08cb64034f17d50a660ec78ce8ea81a025b0ba71 35894de7688635b491228be50081e2733b21ad92 -- llvm/lib/Support/Process.cpp llvm/lib/Support/Windows/Process.inc
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Support/Process.cpp b/llvm/lib/Support/Process.cpp
index 9e07e086f5..d0323be2ec 100644
--- a/llvm/lib/Support/Process.cpp
+++ b/llvm/lib/Support/Process.cpp
@@ -114,7 +114,6 @@ static unsigned computePageSize();
 #include "Windows/Process.inc"
 #endif
 
-
 #if defined(_WIN32) || defined(__CYGWIN__)
 #include <windows.h>
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/74944


More information about the llvm-commits mailing list