I put together a different possible approach at http://reviews.llvm.org/D10677. The idea is to keep the old and new ABI versions as similar as possible, by filling in the last template argument of the iterator type with 0 in the new ABI. That template parameter becomes (essentially) meaningless, and both the old and new ABI use a different mechanism to get the block size when they need it.
REPOSITORY rL LLVM http://reviews.llvm.org/D9090 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
