Skip to content

Commit 178131d

Browse files
committed
doc(README): distinguish LLVM 19 vs 20 in fpm test
This commit updates the README.md file to explain that two experimental flags required with LLVM 19 are not required with LLVM 20.
1 parent 400d00a commit 178131d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,14 @@ fpm test --compiler ifx --profile release --flag "-coarray -DASSERT_MULTI_IMAGE"
103103
```
104104

105105
### Building and testing with the LLVM `flang-new` compiler
106+
#### LLVM 19 Version
106107
```
107108
fpm test --compiler flang-new --flag "-mmlir -allow-assumed-rank -O3"
108109
```
110+
#### LLVM 20 or later
111+
```
112+
fpm test --compiler flang-new --flag "-O3"
113+
```
109114

110115
### Building and testing with the Numerical Algorithms Group (NAG) compiler
111116
```

0 commit comments

Comments
 (0)