File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments