Changes in src/Virtual/Tables.cc [b583113:aff7e86]
- File:
-
- 1 edited
-
src/Virtual/Tables.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.cc
rb583113 raff7e86 172 172 } 173 173 174 Attribute * linkonce( const std::string & subsection ) {175 const std::string section = ".gnu.linkonce." + subsection;176 return new Attribute( "section", {177 new ConstantExpr( Constant::from_string( section ) ),178 } );179 }180 181 174 ObjectDecl * makeTypeIdInstance( StructInstType const * typeIdType ) { 182 175 assert( typeIdType ); … … 193 186 new AddressExpr( new NameExpr( "__cfatid_exception_t" ) ) 194 187 ) } ), 195 { linkonce( typeid_name) },188 { new Attribute( "cfa_linkonce", {} ) }, 196 189 noFuncSpecifiers 197 190 );
Note:
See TracChangeset
for help on using the changeset viewer.