Skip to content

Commit d1461d4

Browse files
committed
[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.
1 parent 5ae76be commit d1461d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ target_link_libraries(FlangFrontendTests
1111
FortranParser
1212
FortranSemantics
1313
FortranCommon
14+
FortranEvaluate
1415
)

0 commit comments

Comments
 (0)