llvm-project/lld/MinGW
Martin Storsjo ab9c98c70d [MinGW] Ignore the --enable-auto-import flag
In GNU ld, this option is enabled by default, but can be set
to reduce some warnings.

For lld, ignore the flag (for now); in case linking still succeeds
everything should be fine, if not, it should be clear to the user
what part failed (possibly requiring adjusting the user project
to not rely on this feature), instead of straight out failing due to
an unknown flag.

Differential Revision: https://reviews.llvm.org/D39330

llvm-svn: 316693
2017-10-26 20:12:01 +00:00
..
CMakeLists.txt lld: Reorder libdeps. 2017-10-11 23:18:43 +00:00
Driver.cpp lld::COFF: better behavior when using as a library 2017-10-23 20:03:32 +00:00
Options.td [MinGW] Ignore the --enable-auto-import flag 2017-10-26 20:12:01 +00:00