dllimported symbols go through an import stub that's called __imp_ followed by the name the stub points to. Make that work.
Follow-up to https://reviews.llvm.org/D52104
Differential D52145
lld-link: Also demangle undefined dllimported symbols. thakis on Sep 15 2018, 5:39 PM. Authored by
Details dllimported symbols go through an import stub that's called __imp_ followed by the name the stub points to. Make that work. Follow-up to https://reviews.llvm.org/D52104
Diff Detail
Event TimelineComment Actions LGTM
Comment Actions Thanks!
Comment Actions LGTM. I'm convinced that it makes sense to demangle only C++ names.
Comment Actions Thanks! Changed the comment; landing.
|