diff options
author | Shoaib Meenai <smeenai@fb.com> | 2017-06-30 00:07:54 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2017-06-30 00:07:54 +0000 |
commit | a2222fa1d27163ab1b0a8885d53ae1b69def7afc (patch) | |
tree | 3ad3e9f5afa768563fd5719f6b4d38d4298011c8 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 53b2cb77cc1dd071b0c98afee3c4cc20ca1eef22 (diff) | |
download | llvm-a2222fa1d27163ab1b0a8885d53ae1b69def7afc.zip llvm-a2222fa1d27163ab1b0a8885d53ae1b69def7afc.tar.gz llvm-a2222fa1d27163ab1b0a8885d53ae1b69def7afc.tar.bz2 |
[CodeGen] Propagate dllexport to thunks
Under Windows Itanium, we need to export virtual and non-virtual thunks
if the functions being thunked are exported. These thunks would
previously inherit their dllexport attribute from the declaration, but
r298330 changed declarations to not have dllexport attributes. We
therefore need to add the dllexport attribute to the definition
ourselves now.
Differential Revision: https://reviews.llvm.org/D34850
llvm-svn: 306770
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions