[flang-commits] [flang] [flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (PR #129308)

via flang-commits flang-commits at lists.llvm.org
Fri Mar 7 13:44:46 PST 2025


ArcaneNibble wrote:

I just added a test.

As a stopgap, I've disabled all the existing tests which invoke `malloc` when the target is 32-bit (hardcoded as x86 and SPARC right now, as those are the only ones flang currently supports). The intention is that the relevant code paths will still be exercised on the 64-bit builders. Because there isn't true cross-compiling support right now, those tests+targets combinations were not being run on the existing public builders in the first place.

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


More information about the flang-commits mailing list