[PATCH] D85509: [flang] Add rudimentary bbc tool infrastructure.

Matt D. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 10:01:49 PDT 2020


Matt added inline comments.


================
Comment at: flang/tools/bbc/bbc.cpp:1
+#include "flang/Lower/Bridge.h"
+#include "flang/Lower/PFTBuilder.h"
----------------
Perhaps a brief comment introducing the tool and explaining its purpose (akin to the one in "tco.cpp") would be helpful here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85509



More information about the llvm-commits mailing list