Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/LinkOnce.h

    r3cbe320 raff7e86  
    1010// Created On       : Thur May 13 10:06:00 2021
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Oct  4 10:52:00 2023
    13 // Update Count     : 1
     12// Last Modified On : Thur May 13 14:38:00 2021
     13// Update Count     : 0
    1414//
    1515
     
    2323
    2424class Declaration;
    25 namespace ast {
    26         class TranslationUnit;
    27 }
    2825
    2926namespace CodeGen {
    3027
    3128void translateLinkOnce( std::list< Declaration *> & translationUnit );
    32 void translateLinkOnce( ast::TranslationUnit & translationUnit );
    3329/* Convert the cfa_linkonce attribute on top level declaration into
    3430 * a special section declaration (.gnu.linkonce) so that it may be defined
Note: See TracChangeset for help on using the changeset viewer.