[flang-commits] [flang] [flang][cuda] Fix allocator-registry header path (PR #101727)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 2 11:10:32 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 ad836c1569de20f793fc88afdc64bece5126d3e4 f29bf8ff585a51f3cf27f53820a1e91cd5283e75 --extensions cpp -- flang/runtime/CUDA/allocator.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/runtime/CUDA/allocator.cpp b/flang/runtime/CUDA/allocator.cpp
index e13af6b695..26a3c29696 100644
--- a/flang/runtime/CUDA/allocator.cpp
+++ b/flang/runtime/CUDA/allocator.cpp
@@ -7,13 +7,13 @@
//===----------------------------------------------------------------------===//
#include "flang/Runtime/CUDA/allocator.h"
-#include "flang/Runtime/allocator-registry.h"
#include "../derived.h"
#include "../stat.h"
#include "../terminator.h"
#include "../type-info.h"
#include "flang/Common/Fortran.h"
#include "flang/ISO_Fortran_binding_wrapper.h"
+#include "flang/Runtime/allocator-registry.h"
#include "cuda.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/101727
More information about the flang-commits
mailing list