[clang] [flang] [flang] Implement -mcmodel flag (PR #95411)

2024-07-02 Thread Thirumalai Shaktivel via cfe-commits

Thirumalai-Shaktivel wrote:

Yes, I tested it. It works fine. 

Thank you!

https://github.com/llvm/llvm-project/pull/95411
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [flang] [flang] Implement -mcmodel flag (PR #95411)

2024-06-19 Thread Thirumalai Shaktivel via cfe-commits

Thirumalai-Shaktivel wrote:

This seems to introduce a `-mcmodel` flag, thanks for that.
But, when I do `flang-new -mcmodel=medium x.f90`, I get another unknown 
argument issue.
```console
$ flang-new -mcmodel=medium x.f90
error: unknown argument: '-mlarge-data-threshold=65536'
```

What might be issue?

https://github.com/llvm/llvm-project/pull/95411
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [flang] [flang] Implement -mcmodel flag (PR #95411)

2024-06-19 Thread Thirumalai Shaktivel via cfe-commits

Thirumalai-Shaktivel wrote:

Yes, thank you!

https://github.com/llvm/llvm-project/pull/95411
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits