[PATCH] D83771: [flang] Fix shared library builds for lib/Lower.

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 07:09:17 PDT 2020


DavidTruby created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: LLVM.

This adds missing definitions for functions in the Lower directory
that were causing failures in shared library builds.
The definitions for these are taken from the fir-dev branch on github.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83771

Files:
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ConvertExpr.cpp
  flang/lib/Optimizer/Dialect/FIROps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83771.277822.patch
Type: text/x-patch
Size: 5107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/41763d72/attachment.bin>


More information about the llvm-commits mailing list