Skip to content

Commit

Permalink
[flang] Fixed missing dependency.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vzakhari committed Jan 24, 2023
1 parent 96f4990 commit 7ea998e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/examples/FlangOmpReport/CMakeLists.txt
Expand Up @@ -5,5 +5,6 @@ add_llvm_library(flangOmpReport

DEPENDS
acc_gen
flangFrontend
omp_gen
)

0 comments on commit 7ea998e

Please sign in to comment.