[flang-commits] [flang] [llvm] [MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (PR #153048)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Mon Aug 11 09:59:08 PDT 2025
TIFitis wrote:
@skatrak @bhandarkar-pranav Adding the BoundsOp helper functions to _flang/lib/Support/OpenMP-utils.cpp_ caused build failures. I tried adding FIRBuilder as adependancy to the Cmake but this resulted in a cyclic dependency.
I've tried to go around this issue by moving the function definitios to _flang/include/flang/Support/OpenMP-utils.h_ and inlining them.
Let me know if you're find with this alteration or have a better suggestion.
https://github.com/llvm/llvm-project/pull/153048
More information about the flang-commits
mailing list