Skip to content

Commit a05640a

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_Testing' into users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME
2 parents 174336e + 44ba03c commit a05640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/FlangDriver.md

Lines changed: 1 addition & 1 deletion
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)