[flang-commits] [flang] [WIP] [flang] Always lower ALLOCATE/DEALLOCATE to runtime calls. (PR #133238)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Tue Apr 8 07:04:49 PDT 2025


mjklemm wrote:

> bbc -emit-fir -use-alloc-runtime dummy.f90 -o -

I'm using: `flang -emit-dir -c ~/tmp/alloc.f90`

It seems that Flang does not have that flag.  But: because it's in `bbc`, we can activate it.  Thanks for point us to this!  I really appreciate this.

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


More information about the flang-commits mailing list