[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=FortranRuntime (PR #110217)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 10 06:12:30 PDT 2024
================
@@ -0,0 +1,161 @@
+#===-- CMakeLists.txt ------------------------------------------------------===#
----------------
ldionne wrote:
[not attached to this line]
I don't think we have an official policy for naming top-level subdirectories, but we have consistently been using lowercase names with dashes in between. I think there is value in maintaining consistency here.
How about naming this subdirectory `fortran-runtime` or `flang-runtime` instead?
Edit: I just saw this was covered in the RFC. I'd be fine with any other name like `fortran-rt` too, my only request would be to stick to lowercase-with-dashes like we do for everything else.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list