[all-commits] [llvm/llvm-project] 7cbb36: [flang] Fix broken shared library build (#112444)

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Oct 15 15:11:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cbb36590384b8b71076a91f8958df556d773238
      https://github.com/llvm/llvm-project/commit/7cbb36590384b8b71076a91f8958df556d773238
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

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

  Log Message:
  -----------
  [flang] Fix broken shared library build (#112444)

I just introduced a dependency from the Evaluate library to the
Semantics library, which is circular in a shared library build.
Rearrange the code a little to ensure that the dependence is only on a
header.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list