[libunwind] [libunwind] Add Unwind-wasm.c to CMakeLists.txt (PR #67770)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 23:58:14 PDT 2023


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 3f8d4a8ef21dce88de0f79140556771d37944d19 3277e2c8058c5d9b0afcc073d711646ebbf7ed62 -- libunwind/src/Unwind-wasm.c
``````````

</details>

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

``````````diff
diff --git a/libunwind/src/Unwind-wasm.c b/libunwind/src/Unwind-wasm.c
index 47c79b0d14d3..96af603d6661 100644
--- a/libunwind/src/Unwind-wasm.c
+++ b/libunwind/src/Unwind-wasm.c
@@ -17,7 +17,6 @@
 #include <stdbool.h>
 #include <threads.h>
 
-
 _Unwind_Reason_Code __gxx_personality_wasm0(int version, _Unwind_Action actions,
                                             uint64_t exceptionClass,
                                             _Unwind_Exception *unwind_exception,

``````````

</details>


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


More information about the cfe-commits mailing list