No import library is actually generated when linking the executables. Note that there was already code to do this for cywin and mingw.
This is a step toward eliminating the apparent circular dependency: lldb.lib (the fake import library) depends on lldb.exe, which depends on lldb.lib (the actual import library for (lib)lldb.
I'd add a comment here saying that if we ever want to support loadable plugins on Windows, we should leave these flags alone.
Right now we don't support loadable plugins on Windows at all, so taking out these flags is fine.