"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "5531aa4de146cf6d8228b299ead437ad3c7564c4"
Enable propagation of dll attributes to previously instantiated base class templates in some cases
It is safe to add a dll attribute if the base class template previously only had an explicit instantiation declaration, or was implicitly instantiated. I both those cases, the members would not have been codegenned yet. In the case of explicit instantiation declaration this is natural, and for implicit instantiations, codegen is deferred (see r225570). This is work towards fixing PR23770. llvm-svn: 239373
Loading
Please register or sign in to comment