[flang] Fixed missing dependency.
authorSlava Zakharin <szakharin@nvidia.com>
Tue, 24 Jan 2023 21:24:42 +0000 (13:24 -0800)
committerSlava Zakharin <szakharin@nvidia.com>
Tue, 24 Jan 2023 21:43:30 +0000 (13:43 -0800)
It looks like a flaky issue that sometimes breaks the buildbot:
https://lab.llvm.org/buildbot/#/builders/181/builds/13475

Reviewed By: clementval

Differential Revision: https://reviews.llvm.org/D142081

flang/examples/FlangOmpReport/CMakeLists.txt

index aebebe9..ab39b2c 100644 (file)
@@ -5,5 +5,6 @@ add_llvm_library(flangOmpReport
 
   DEPENDS
   acc_gen
+  flangFrontend
   omp_gen
 )