[PATCH] D154869: [Flang] [FlangRT] Implement FlangRT library as solution to Flang's runtime LLVM integration

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 08:09:02 PDT 2023


pscoro marked an inline comment as done.
pscoro added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:934-936
+  // Default to the <driver-path>/../lib and
+  // <driver-path>/../runtimes/runtimes-bins/lib directories. This works fine
+  // on the platforms that we have tested so far. We will probably have to
----------------
awarzynski wrote:
> Am I correct thinking that:
> * "<driver-path>/../lib" is for `Fortran_main.a`, and
> * "<driver-path>/../runtimes/runtimes-bins/lib " is for `libflang-rt`?
> 
> Could you document this? Thanks!
Yep thats right, documentation added


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154869/new/

https://reviews.llvm.org/D154869



More information about the llvm-commits mailing list