commit | 5d5aa214d83a7b90c8b8370e9449f32d4d6629b4 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <[email protected]> | Mon Sep 11 20:43:43 2017 |
committer | Martin Storsjo <[email protected]> | Mon Sep 11 20:43:43 2017 |
tree | 59c52734446beed9a005ecc080d426c81a65b3da | |
parent | a79762a32d0b31bd49ff12f2e1d98710843669bd [diff] |
[MinGW] Ignore the sysroot parameter If the sysroot parameter is passed to the clang frontend, clang already uses it to find libraries and adds -L options for it, but also passes it on to the linker. Therefore we can get pretty far by just ignoring it altogether. Differential Revision: https://reviews.llvm.org/D37707 llvm-svn: 312945