[flang] Fixed missing dependency.

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
This commit is contained in:
Slava Zakharin 2023-01-24 13:24:42 -08:00
parent 96f49905de
commit 7ea998e3be

View File

@ -5,5 +5,6 @@ add_llvm_library(flangOmpReport
DEPENDS
acc_gen
flangFrontend
omp_gen
)