]> granicus.if.org Git - clang/commit
[MS] Test that deleting destructor thunks are not exported
authorReid Kleckner <rnk@google.com>
Fri, 30 Jun 2017 16:12:14 +0000 (16:12 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 30 Jun 2017 16:12:14 +0000 (16:12 +0000)
commit75ec5aa40177caeb6531afab8c0757183dddc101
tree13353608e1d06179f60599cd0fa1229ec2953395
parent813f275eefb9ba53f20d56badfde964016f16341
[MS] Test that deleting destructor thunks are not exported

The MSVC linker emits the LNK4102 warning if they are.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306836 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/dllexport-dtor-thunks.cpp [new file with mode: 0644]