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

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Fri Aug 22 06:50:46 PDT 2025


abidh wrote:

My opinion is that this is not the right change from library layering perspective. A `Support` library generally is a lower level library which should not have dependency on the higher level libs. The `Support` library in llvm is probably a good example to follow in what should we add here or not.

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


More information about the flang-commits mailing list