This patch enable DFSan for AArch64 (39-bit VMA). All tests are passing
but:
- test/dfsan/custom.cc
Due an invalid access in dl_iterate_phdr instrumentation (commenting out
this function make the testcase to pass). I plan to continue investigate this
issue.
lllvm related patch: http://reviews.llvm.org/D11646
clang related patch: http://reviews.llvm.org/D11645