[all-commits] [llvm/llvm-project] 38b54c: [flang] fix shared library builds after #81166

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Feb 9 00:57:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38b54c72ca83fd56830b13d2a8d7749887b77922
      https://github.com/llvm/llvm-project/commit/38b54c72ca83fd56830b13d2a8d7749887b77922
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M flang/lib/Evaluate/characteristics.cpp

  Log Message:
  -----------
  [flang] fix shared library builds after #81166

Fix https://lab.llvm.org/buildbot/#/builders/268/builds/7826

IsDerivedTypeWithLengthParameter cannot be used here, it would make
libFortranEvaluate dependent on linFortranSemantics.
Replace by loop through parameter values.




More information about the All-commits mailing list