>>! In D5072#7, @rnk wrote: > MinGW doesn't support anything like /bigobj, so I think we need this or > something like it. > http://stackoverflow.com/questions/16596876/object-file-has-too-many-sections > > I wonder if putting LLVM_ATTRIBUTE_ALWAYS_INLINE on all IntrusiveRefCntPtr > methods would also help reduce the section count.
That would only work if the macro was defined for and used by MinGW. http://reviews.llvm.org/D5072 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
