| commit | ca4a24eb72aab56419ec41970fc1880d8bf22638 | [log] [tgz] |
|---|---|---|
| author | Martin Storsjo <martin@martin.st> | Tue Feb 27 19:42:19 2018 +0000 |
| committer | Martin Storsjo <martin@martin.st> | Tue Feb 27 19:42:19 2018 +0000 |
| tree | c69050a9dc833a51e3fbb413f02081757996fb96 | |
| parent | d1400213f524607820734ebf2efdf5e12db4a662 [diff] |
[MinGW, CrossWindows] Allow passing -static together with -shared In these combinations, link a DLL as usual, but pass -Bstatic instead of -Bdynamic to indicate prefering static libraries. Differential Revision: https://reviews.llvm.org/D43811 llvm-svn: 326235