[flang-commits] [flang] [NFC][flang][OpenMP] Move `createMapInfoOp` to `OpenMP-utils.h` (PR #154483)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Mon Aug 25 07:12:24 PDT 2025


ergawy wrote:

> Potentially `Triple` which used to live in LLVMADT/LLVMSupport, now [moved to LLVMTargetParser](https://github.com/llvm/llvm-project/commit/f09cf34d00625e57dea5317a3ac0412c07292148)

Thanks for the pointer @Meinersbur.

So, if we follow the same route, we would add a new lib (e.g. `FlangOpenMPUtils` or something) and link with it the `Support` and the 2 dialect libs? @abidh let me know if you had something similar in mind.

However, tbh I don't see much value in that because:
1. The dialect libs do not and will never depend on the support lib
2. A new utils lib will not be much different in terms of purpose from a support lib.

But I might have misunderstood what Abid means here.

https://github.com/llvm/llvm-project/pull/154483


More information about the flang-commits mailing list