[flang-commits] [flang] Backtrace support for flang (PR #118179)

via flang-commits flang-commits at lists.llvm.org
Sat Nov 30 09:37:28 PST 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 1bc9de247477b58a14547a31047d1c9a365e2d5d f2fdf26800043a0323f5aa86083805e6836af09a --extensions cpp,h -- flang/include/flang/Optimizer/Builder/IntrinsicCall.h flang/include/flang/Optimizer/Builder/Runtime/Stop.h flang/include/flang/Runtime/stop.h flang/lib/Evaluate/intrinsics.cpp flang/lib/Optimizer/Builder/IntrinsicCall.cpp flang/lib/Optimizer/Builder/Runtime/Stop.cpp flang/runtime/stop.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/runtime/stop.cpp b/flang/runtime/stop.cpp
index 7b65833eb4..c96b146167 100644
--- a/flang/runtime/stop.cpp
+++ b/flang/runtime/stop.cpp
@@ -7,12 +7,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "flang/Runtime/stop.h"
+#include "config.h"
 #include "environment.h"
 #include "file.h"
 #include "io-error.h"
 #include "terminator.h"
 #include "unit.h"
-#include "config.h"
 #include <cfenv>
 #include <cstdio>
 #include <cstdlib>

``````````

</details>


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


More information about the flang-commits mailing list