[all-commits] [llvm/llvm-project] d2c69c: [flang] Fix build issue with BUILD_SHARED_LIBS=ON

RichBarton-Arm via All-commits all-commits at lists.llvm.org
Fri Sep 11 08:14:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d2c69c2f4947b38832a34cab14fe32c6b94dd4d2
      https://github.com/llvm/llvm-project/commit/d2c69c2f4947b38832a34cab14fe32c6b94dd4d2
  Author: Richard Barton <richard.barton at arm.com>
  Date:   2020-09-11 (Fri, 11 Sep 2020)

  Changed paths:
    M flang/include/flang/Semantics/scope.h
    M flang/lib/Semantics/scope.cpp

  Log Message:
  -----------
  [flang] Fix build issue with BUILD_SHARED_LIBS=ON

Define Fortran::Semantics::Scope::GetName in the header so it is available
to Fortran::Evaluate::Tool::AttachDeclaration without a circular dependency
introduced in 82edd42.

Reviewed By: tskeith

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




More information about the All-commits mailing list