CodeGen: Don't form weak dllexport aliases
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Oct 2014 22:05:27 +0000 (22:05 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Oct 2014 22:05:27 +0000 (22:05 +0000)
commit4b9d964925d3b8c798185c8f66c22d3f11e40537
tree0a71d0a2e9d1a0f07e7938154730b597629d7c67
parent987fe22789e460f397aa44eb38133019eaddc3df
CodeGen: Don't form weak dllexport aliases

The MS linker cannot do anything interesting with these, it doesn't make
sense to emit them.

This fixes PR21373.

Differential Revision: http://reviews.llvm.org/D5986

llvm-svn: 220595
clang/lib/CodeGen/CGCXX.cpp
clang/test/CodeGenCXX/dllexport.cpp