[PATCH] D14199: [compiler-rt] [tsan] Unify aarch64 mapping
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 05:23:43 PST 2015
dvyukov added a comment.
Sorry for long delays.
I've looked at it several times and it still feels somewhat awkward, but at the same time I cannot come up with something better (we could remove lots of boilerplate and replication with advanced C++ templates, but I doubt it worth it, advanced C++ templates is an issue in itself). So probably some amount of duplication and boilerplate here is the way to go.
I will take a final look today.
http://reviews.llvm.org/D14199
More information about the llvm-commits
mailing list