Skip to content

Commit 3fb7284

Browse files
Update flang/docs/FlangDriver.md
Co-authored-by: h-vetinari <[email protected]>
1 parent d8543f9 commit 3fb7284

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
@@ -190,7 +190,7 @@ If the code is C/C++ based and invokes Fortran routines, one can either use Clan
190190
or Flang as the linker driver. If Clang is used, it will automatically all
191191
required runtime libraries needed by C++ (e.g., for STL) to the linker invocation.
192192
In this case, one has to explicitly provide the Fortran runtime library
193-
`flang_ty`. An alternative is to use Flang to link.
193+
`flang_rt`. An alternative is to use Flang to link.
194194
In this case, it may be required to explicitly supply C++ runtime libraries.
195195

196196
On Darwin, the logical root where the system libraries are located (sysroot)

0 commit comments

Comments
 (0)