[all-commits] [llvm/llvm-project] 1c9367: [flang] Fix shared library builds for lib/Lower.

David Truby via All-commits all-commits at lists.llvm.org
Thu Jul 16 02:18:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c93671e594d075cb0008dc4f33d863611af9ab9
      https://github.com/llvm/llvm-project/commit/1c93671e594d075cb0008dc4f33d863611af9ab9
  Author: David Truby <david.truby at arm.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp

  Log Message:
  -----------
  [flang] Fix shared library builds for lib/Lower.

Summary:
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.

Reviewers: sscalpone, schweitz, jeanPerier, klausler

Reviewed By: schweitz

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83771




More information about the All-commits mailing list