[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 09:19:50 PDT 2019
jacek added a comment.
Oh, I see. FWIW, it shouldn't be too hard to work around the problem in Wine. .def file is generated automatically, so we could just skip aliases for .def file used for importlibs. It seems like it would help a hypethetical Wine MSCV port anyway and it might be better for LLVM to be MSVC compatible in this case. I will experiment with it.
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