We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b6b42 + 17ee182 commit 8ba1c54Copy full SHA for 8ba1c54
flang/docs/FlangDriver.md
@@ -185,7 +185,7 @@ The automatically added libraries are:
185
If the code is C/C++ based and invokes Fortran routines, one can either use Clang
186
or Flang as the linker driver. If Clang is used, it will automatically all
187
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
+In this case, one has to explicitly provide the Fortran runtime library
189
`FortranRuntime`. An alternative is to use Flang to link.
190
In this case, it may be required to explicitly supply C++ runtime libraries.
191
0 commit comments