summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/construction-vtable-visibility.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Set construction vtable visibility after creating initializerPetr Hosek2019-02-111-0/+16
We must only set the construction vtable visibility after we create the vtable initializer, otherwise the global value will be treated as declaration rather than definition and the visibility won't be set. Differential Revision: https://reviews.llvm.org/D58010 llvm-svn: 353742
OpenPOWER on IntegriCloud