aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-10-31 08:38:48 +0000
committerHans Wennborg <hans@hanshq.net>2018-10-31 08:38:48 +0000
commit59f18f1b72941a347aaf7d8eef61f8e7dd9f241a (patch)
tree6dffe01f8f2eafbd1f97f32c805845da55af8171 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent315357facab6e7a6a0b8d2c8b24974c39d24a385 (diff)
downloadllvm-59f18f1b72941a347aaf7d8eef61f8e7dd9f241a.zip
llvm-59f18f1b72941a347aaf7d8eef61f8e7dd9f241a.tar.gz
llvm-59f18f1b72941a347aaf7d8eef61f8e7dd9f241a.tar.bz2
[clang-cl] Inherit dllexport to static locals also in template instantiations (PR39496)
In the course of D51340, @takuto.ikuta discovered that Clang fails to put dllexport/import attributes on static locals during template instantiation. For regular functions, this happens in Sema::FinalizeDeclaration(), however for template instantiations we need to do something in or around TemplateDeclInstantiator::VisitVarDecl(). This patch does that, and extracts the code to a utility function. Differential Revision: https://reviews.llvm.org/D53870 llvm-svn: 345699
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions