[llvm] [flang-rt] Add Assign_omp RT call. (PR #145465)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 23 23:11:26 PDT 2025


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 HEAD~1 HEAD --extensions cpp -- flang-rt/lib/runtime/assign_omp.cpp
``````````

</details>

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

``````````diff
diff --git a/flang-rt/lib/runtime/assign_omp.cpp b/flang-rt/lib/runtime/assign_omp.cpp
index a214afea1..10eb22a26 100644
--- a/flang-rt/lib/runtime/assign_omp.cpp
+++ b/flang-rt/lib/runtime/assign_omp.cpp
@@ -1,4 +1,5 @@
-//===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++ -*-===//
+//===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -6,7 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "flang/Runtime/assign.h"
 #include "flang-rt/runtime/assign-impl.h"
 #include "flang-rt/runtime/derived.h"
 #include "flang-rt/runtime/descriptor.h"
@@ -14,6 +14,7 @@
 #include "flang-rt/runtime/terminator.h"
 #include "flang-rt/runtime/tools.h"
 #include "flang-rt/runtime/type-info.h"
+#include "flang/Runtime/assign.h"
 
 #include <omp.h>
 

``````````

</details>


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


More information about the llvm-commits mailing list