[PATCH] D82387: [flang] add RTBuilder

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 08:31:33 PDT 2020


schweitz created this revision.
schweitz added reviewers: jeanPerier, sscalpone, vjayathirtha-nv, kiranchandramohan, clementval.
schweitz added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, stephenneuendorffer, rriddle.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.

  [flang] add RTBuilder.h
  
  This is a set of type building models that is specific to the lowering
  process. It provides the mechanism of mapping C(++) header file interfaces
  to the MLIR+FIR type system.
  
  It also provides some macros to build a constexpr evaluated table to
  runtime functions. This code is used to build the interface tables to
  various runtime support libraries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82387

Files:
  flang/lib/Lower/RTBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82387.272737.patch
Type: text/x-patch
Size: 8834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200623/61e43d7f/attachment-0001.bin>


More information about the llvm-commits mailing list