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

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Apr 8 09:51:25 PDT 2025


clementval wrote:

> > bbc -emit-fir -use-alloc-runtime dummy.f90 -o -
> 
> I'm using: `flang -emit-llvm -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.

Yeah the option is not wired all the way to the driver. I guess it can be done if needed. 

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


More information about the flang-commits mailing list