mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
dllimported symbols go through an import stub that's called __imp_ followed by the name the stub points to. Make that work. Differential Revision: https://reviews.llvm.org/D52145 llvm-svn: 342401