Skip to content

Commit 7ea998e

Browse files
committed
[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
1 parent 96f4990 commit 7ea998e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/examples/FlangOmpReport/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ add_llvm_library(flangOmpReport
55

66
DEPENDS
77
acc_gen
8+
flangFrontend
89
omp_gen
910
)

0 commit comments

Comments
 (0)