[flang-commits] [clang] [flang] [flang] Implement -mcmodel flag (PR #95411)
Thirumalai Shaktivel via flang-commits
flang-commits at lists.llvm.org
Wed Jun 19 03:38:57 PDT 2024
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
More information about the flang-commits
mailing list