When link the .lib file generated by llvm-lib in other projects which use msvc toolsets, the linker failed with following error:
"fatal error LNK1107: invalid or corrupt file: cannot read at 0x34D58"
There would be this error if other project also change to llvm-msvm.
Is there a way to get the .lib file compatible with msvc toolsets?