[flang-commits] [flang] [flang] Consider bind(c) when lowering calls to intrinsic module procedures (PR #70386)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Thu Oct 26 21:48:18 PDT 2023
razvanlupusoru wrote:
> For the record, current processing has a negative string compare (to avoid
> processing module omp_lib). It would also be possible to implement a positive
> string compare (to apply processing to specific modules).
Thank you for looking into those other modules also. And again for pointing out the issues with omp_lib module! :)
I still think that avoiding either a negative/positive test based on name is probably best. I think the bind(c) approach is more general and does solve my concern for the time being.
https://github.com/llvm/llvm-project/pull/70386
More information about the flang-commits
mailing list