[all-commits] [llvm/llvm-project] c3ebb5: [flang][unittest] Add a missing dependency

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Fri Jun 25 08:43:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3ebb53eabb7f851687f66ada88aa16f768d76ce
      https://github.com/llvm/llvm-project/commit/c3ebb53eabb7f851687f66ada88aa16f768d76ce
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M flang/unittests/Frontend/CMakeLists.txt

  Log Message:
  -----------
  [flang][unittest] Add a missing dependency

In https://reviews.llvm.org/D103612, a definition of an instance of
`Fortran::parser::AnalyzedObjectsAsFortran` was moved (that object is
used in unparsing). That, in turn, introduced a dependency of the unit
tests on the `FortranEvaluate` library, which defines
`AnalyzedObjectsAsFortran`.

That dependency was missed in D103612 and has caused shared-library
builds to fail. I'm submitting this without a review, as it's rather
straightforward omission.




More information about the All-commits mailing list