[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:06:58 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-runtime
Author: Valentin Clement (バレンタイン クレメン) (clementval)
<details>
<summary>Changes</summary>
File was moved in #<!-- -->101212
---
Full diff: https://github.com/llvm/llvm-project/pull/101727.diff
1 Files Affected:
- (modified) flang/runtime/CUDA/allocator.cpp (+1-1)
``````````diff
diff --git a/flang/runtime/CUDA/allocator.cpp b/flang/runtime/CUDA/allocator.cpp
index 02eaba5636990..e13af6b69518d 100644
--- a/flang/runtime/CUDA/allocator.cpp
+++ b/flang/runtime/CUDA/allocator.cpp
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include "flang/Runtime/CUDA/allocator.h"
-#include "../allocator-registry.h"
+#include "flang/Runtime/allocator-registry.h"
#include "../derived.h"
#include "../stat.h"
#include "../terminator.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/101727
More information about the flang-commits
mailing list