[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 09:06:26 PDT 2024


================
@@ -1,4 +1,4 @@
-//===-- include/FortranRuntime/Runtime/array-constructor.h ------*- C++ -*-===//
+//===-- include/flang-rt/flang_rt/array-constructor.h -----------*- C++ -*-===//
----------------
clementval wrote:

Why do we need this double directory with similar names. Can the header just be in `include/flang-rt` and the CUF one in a subdirectory like before? 

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


More information about the llvm-branch-commits mailing list