Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables
authorHans Wennborg <hans@hanshq.net>
Mon, 2 Jun 2014 23:13:03 +0000 (23:13 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 2 Jun 2014 23:13:03 +0000 (23:13 +0000)
commitda24e9cee35c466e5305e38b4e519f9c06b71fa7
treee5bf0defb07fa910c53570d37b4b9c003e09377f
parent0f7f731966aad7b1dc336eb33b22e78295e16d68
Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables

This corresponds to the same change for the MS ABI in r209908.

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

llvm-svn: 210054
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/test/CodeGenCXX/dllexport.cpp
clang/test/CodeGenCXX/dllimport.cpp