On Sun, 25 Aug 2019, Jacek Caban wrote:
LLVM-Bug: https://reviews.llvm.org/D66617
We currently depend on binutils-specific quirk in aliases handling.
That's a very kind way of saying it :-) I'd word it more like "llvm-dlltool has got a bug in handling symbol decoration for certain combinations of decorations in export aliases (with single '=', contrary to double '=')"
Aliases are not needed to generate importlib anyway, so just skip them.
Yes, that's correct.
// Martin