llvm-project/flang/unittests/Frontend
Andrzej Warzynski c3ebb53eab [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.
2021-06-25 16:42:45 +01:00
..
CMakeLists.txt [flang][unittest] Add a missing dependency 2021-06-25 16:42:45 +01:00
CompilerInstanceTest.cpp [flang][driver] Refactor one unit-test case to use fixtures (nfc) 2021-01-20 19:36:38 +00:00
FrontendActionTest.cpp [flang] Search for #include "file" in right directory (take 2) 2021-01-27 15:41:29 -08:00