[PATCH] D82067: [flang] addition of Coarray and some header files
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 14:47:05 PDT 2020
schweitz marked an inline comment as done.
schweitz added inline comments.
================
Comment at: flang/lib/Lower/RTBuilder.h:28
+// List the runtime headers we want to be able to dissect
+#include "../../runtime/io-api.h"
+
----------------
schweitz wrote:
> kiranchandramohan wrote:
> > should this header be in the include directory?
> It's only germane to lowering itself, so it is better not to expose it.
I misunderstood the question. My bad.
Flang has some pieces stuck in different places. The runtime is one of those.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82067/new/
https://reviews.llvm.org/D82067
More information about the llvm-commits
mailing list