Skip to content

Commit 51da9d1

Browse files
committed
readme: Fix a typo and clarify a sentence
1 parent cf76ac2 commit 51da9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ normal GCC/binutils based MinGW.
101101
Sanitizer requires using a PDB file for symbolizing the error location and
102102
backtraces.
103103
- The sanitizers are only supported on x86.
104-
- LLD doesn't support linker script (in the COFF part of LLD. Linker script can be used for
104+
- LLD doesn't support linker script (in the COFF part of LLD). Linker script can be used for
105105
reprogramming how the linker lays out the output, but is in most cases
106106
in MinGW setups only used for passing lists of object files to link.
107-
This can also be done with response files, which LLD does support.
107+
Passing lists of files can also be done with response files, which LLD does support.
108108
(This was fixed in qmake in [v5.12.0](https://code.qt.io/cgit/qt/qtbase.git/commit/?id=d92c25b1b4ac0423a824715a08b2db2def4b6e25), to use response
109109
files instead of linker script.)
110110
- Libtool based projects fail to link with llvm-mingw if the project contains

0 commit comments

Comments
 (0)