Changes in src/CodeGen/LinkOnce.h [3cbe320:aff7e86]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/LinkOnce.h
r3cbe320 raff7e86 10 10 // Created On : Thur May 13 10:06:00 2021 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Oct 4 10:52:00 202313 // Update Count : 112 // Last Modified On : Thur May 13 14:38:00 2021 13 // Update Count : 0 14 14 // 15 15 … … 23 23 24 24 class Declaration; 25 namespace ast {26 class TranslationUnit;27 }28 25 29 26 namespace CodeGen { 30 27 31 28 void translateLinkOnce( std::list< Declaration *> & translationUnit ); 32 void translateLinkOnce( ast::TranslationUnit & translationUnit );33 29 /* Convert the cfa_linkonce attribute on top level declaration into 34 30 * a special section declaration (.gnu.linkonce) so that it may be defined
Note:
See TracChangeset
for help on using the changeset viewer.