[PATCH] D66617: [llvm-dlltool] Make sure to strip decorations from ExtName for renamed exports
Jacek Caban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 07:43:19 PDT 2019
jacek added a comment.
It looks like decoration is killed too aggressively now. If aliasee symbol has no decoration, aliased symbol is stripped. For example:
LIBRARY test.dll
EXPORTS
TestForward at 4=TestFunc
will result with _TestForward symbol instead of _TestForward at 4
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66617/new/
https://reviews.llvm.org/D66617
More information about the llvm-commits
mailing list