<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Hi Rui,<br><br></div>I have finished my tool to generate short import libs for mingw-w64.<br><br></div>It works fine with lld for actual symbols.<br></div>But it seems lld segfaults when I try to use and an alias as we discussed before.<br><br></div>I have attached 3 import libraries.<br></div>They all only have 1 import function.<br><br></div>libuser32orig.a -> Works fine and only has MessageBoxA<br><br></div>libuser32b.a -> the symbol table has MessageBoxB and __imp_MessageBoxB but the Import object has MessageBoxA.user32.dll.<br><br></div>This causes a segfault in lld but should link correctly right ?<br></div><div><br></div>Additionally I have attached libuser32.a<br>This is the same as libuser32b.a but the symbol table has MessageBoxA and __imp_MessageBoxB rather then MessageBoxB and __imp_MessageBoxB<br><br></div><div>This also segfaults I assume due to the same bug.<br><br></div>The reason I created this iteration is because we should be able to in the import library just add extra __imp_{alias} to the symbol tables that point to the original import of MessageBoxA.<br><br></div><div>Other then alias support the only difference between my new tool and lib.exe is that I don't bother to create .debug sections as we don't need them.<br></div><br>Kind Regards<br></div>Martell<br></div>