We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400d00a commit 178131dCopy full SHA for 178131d
README.md
@@ -103,9 +103,14 @@ fpm test --compiler ifx --profile release --flag "-coarray -DASSERT_MULTI_IMAGE"
103
```
104
105
### Building and testing with the LLVM `flang-new` compiler
106
+#### LLVM 19 Version
107
108
fpm test --compiler flang-new --flag "-mmlir -allow-assumed-rank -O3"
109
110
+#### LLVM 20 or later
111
+```
112
+fpm test --compiler flang-new --flag "-O3"
113
114
115
### Building and testing with the Numerical Algorithms Group (NAG) compiler
116
0 commit comments