[llvm-branch-commits] [flang] [llvm] [Flang] Move runtime library files to clang-rt. NFC (PR #110298)
Valentin Clement バレンタイン クレメン via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 16 13:35:00 PDT 2024
================
@@ -1,13 +1,13 @@
-//===-- include/flang/Runtime/CUDA/allocator.h ------------------*- C++ -*-===//
+//===-- include/flang-rt/CufRuntime/allocator.h -----------------*- C++ -*-===//
----------------
clementval wrote:
As @klausler mentioned, this is the "CUDA" part of the Fortran runtime so the initial name seems fine. I don't see a place that mentions the lib name should be salted to the directory name. If that's the case then I would rather change the lib name.
https://github.com/llvm/llvm-project/pull/110298
More information about the llvm-branch-commits
mailing list