[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 16:41:21 PDT 2023
razvanlupusoru wrote:
> Do we need a test or is there one already for the omp_lib case?
Yes - turns out we did need a lowering test for this. I confirmed that this new test fails if I remove the special case for "omp_lib", but passes with my change.
https://github.com/llvm/llvm-project/pull/70386
More information about the flang-commits
mailing list