From 7ea998e3be78bcae1a988d311af71236b41d0bf9 Mon Sep 17 00:00:00 2001 From: Slava Zakharin Date: Tue, 24 Jan 2023 13:24:42 -0800 Subject: [PATCH] [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 --- flang/examples/FlangOmpReport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/flang/examples/FlangOmpReport/CMakeLists.txt b/flang/examples/FlangOmpReport/CMakeLists.txt index aebebe9..ab39b2c 100644 --- a/flang/examples/FlangOmpReport/CMakeLists.txt +++ b/flang/examples/FlangOmpReport/CMakeLists.txt @@ -5,5 +5,6 @@ add_llvm_library(flangOmpReport DEPENDS acc_gen + flangFrontend omp_gen ) -- 2.7.4