[PATCH] D14725: [compiler-rt] [dfsan] Unify aarch64 mapping

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 05:20:39 PST 2015


dvyukov added a comment.

Yes, this is based on my proposal for tsan. Tsan supports more mappings, logic is more complex and requires more constants. So I wanted to (1) see all constants in a single place (Mapping struct) and (2) don't duplicate any mapping related functions.


http://reviews.llvm.org/D14725





More information about the llvm-commits mailing list