This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Static init support for template specialization and inline variable
AbandonedPublic

Authored by Xiangling_L on Jun 29 2020, 2:17 PM.

Details

Summary

This is a follow-up patch of D74166.

This patch adds static init support for template specialization kinds that were left out by D74166 [implicit instantiation, explicit instantiation definition] and inline variable.

Also.it adds a test for explicit specialization TSK.

Diff Detail

Event Timeline

Xiangling_L created this revision.Jun 29 2020, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2020, 2:18 PM
Xiangling_L abandoned this revision.Jun 30 2020, 1:37 PM

Abandon this revision to keep separable C++ initialization as it is and will handle them in the backend later.