Skip to content

Commit 44ba03c

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_FortranSupport' into users/meinersbur/flang_runtime_Testing
2 parents c2aca78 + 8ba1c54 commit 44ba03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/FlangDriver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The automatically added libraries are:
185185
If the code is C/C++ based and invokes Fortran routines, one can either use Clang
186186
or Flang as the linker driver. If Clang is used, it will automatically all
187187
required runtime libraries needed by C++ (e.g., for STL) to the linker invocation.
188-
In this case, one has to explicitly provide the Fortran runtime libraries
188+
In this case, one has to explicitly provide the Fortran runtime library
189189
`FortranRuntime`. An alternative is to use Flang to link.
190190
In this case, it may be required to explicitly supply C++ runtime libraries.
191191

0 commit comments

Comments
 (0)