Changeset 89bef959 for src


Ignore:
Timestamp:
Aug 14, 2023, 1:27:44 PM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
8d96dee
Parents:
7156c46
Message:

made generated vtable functions link-once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptDeclNew.cpp

    r7156c46 r89bef959  
    298298                        ),
    299299                } ),
    300                 ast::Storage::Classes(),
    301                 ast::Linkage::Cforall
     300        ast::Storage::Classes(),
     301                ast::Linkage::Cforall,
     302        { new ast::Attribute( "cfa_linkonce" ) }
    302303        );
    303304}
     
    352353                } ),
    353354                ast::Storage::Classes(),
    354                 ast::Linkage::Cforall
     355                ast::Linkage::Cforall,
     356        { new ast::Attribute( "cfa_linkonce" ) }
    355357        );
    356358}
Note: See TracChangeset for help on using the changeset viewer.