[flang-commits] [flang] 7ea998e - [flang] Fixed missing dependency.
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Jan 24 13:43:45 PST 2023
Author: Slava Zakharin
Date: 2023-01-24T13:43:30-08:00
New Revision: 7ea998e3be78bcae1a988d311af71236b41d0bf9
URL: https://github.com/llvm/llvm-project/commit/7ea998e3be78bcae1a988d311af71236b41d0bf9
DIFF: https://github.com/llvm/llvm-project/commit/7ea998e3be78bcae1a988d311af71236b41d0bf9.diff
LOG: [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
Added:
Modified:
flang/examples/FlangOmpReport/CMakeLists.txt
Removed:
################################################################################
diff --git a/flang/examples/FlangOmpReport/CMakeLists.txt b/flang/examples/FlangOmpReport/CMakeLists.txt
index aebebe92d6b30..ab39b2ca4fb1e 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
)
More information about the flang-commits
mailing list