]> granicus.if.org Git - clang/commit
test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even when
authorHans Wennborg <hans@hanshq.net>
Fri, 16 May 2014 00:09:31 +0000 (00:09 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 16 May 2014 00:09:31 +0000 (00:09 +0000)
commitefed1a7b694ae1f2f619eb50146850d770cf6618
tree77b5d2df1b89e52be731b7f6e08b91895898d533
parent80ace8a9362c1a62e9bb5ef67d1e6178855ea73b
test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even when
it's not used, because CodeGenModule::EmitGlobal consults
ASTContext::DeclMustBeEmitted via CodeGenModule::MayDeferGeneration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208936 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/dllexport.cpp