Skip to content

[NFC][flang] Add missing dependency for shared builds #121617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

e-kud
Copy link
Contributor

@e-kud e-kud commented Jan 4, 2025

FortranEvaluate is required for Fortran::lower::genImplicitBoundsOps

FortranEvaluate is required for Fortran::lower::genImplicitBoundsOps
@e-kud e-kud requested review from ergawy and ivanradanov January 4, 2025 02:16
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Jan 4, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 4, 2025

@llvm/pr-subscribers-flang-fir-hlfir

Author: Evgenii Kudriashov (e-kud)

Changes

FortranEvaluate is required for Fortran::lower::genImplicitBoundsOps


Full diff: https://github.com/llvm/llvm-project/pull/121617.diff

1 Files Affected:

  • (modified) flang/lib/Optimizer/OpenMP/CMakeLists.txt (+1)
diff --git a/flang/lib/Optimizer/OpenMP/CMakeLists.txt b/flang/lib/Optimizer/OpenMP/CMakeLists.txt
index 4f23b2b970fa44..026889cca238a0 100644
--- a/flang/lib/Optimizer/OpenMP/CMakeLists.txt
+++ b/flang/lib/Optimizer/OpenMP/CMakeLists.txt
@@ -22,6 +22,7 @@ add_flang_library(FlangOpenMPTransforms
   FIRDialectSupport
   FIRSupport
   FortranCommon
+  FortranEvaluate
   MLIRFuncDialect
   MLIROpenMPDialect
   HLFIRDialect

@vzakhari
Copy link
Contributor

vzakhari commented Jan 4, 2025

FYI: #121370

It is okay if you merge this one.

@e-kud
Copy link
Contributor Author

e-kud commented Jan 4, 2025

@vzakhari oh, sorry, I don't really track flang activity. I've noticed that this issue is still actual for a long time. I'll close this one as it's the later one.

@e-kud e-kud closed this Jan 4, 2025
@e-kud e-kud deleted the fix-flang-shared branch January 4, 2025 02:23
@vzakhari
Copy link
Contributor

vzakhari commented Jan 4, 2025

No problem at all! I merged the other one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:fir-hlfir flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants