This patch is related to http://reviews.llvm.org/D7243, and enables testing ASAN on AArch64.
When both patches are applied, I can see 2 failures in the testsuite:
Asan-aarch64-inline-Test/AddressSanitizer.BuiltinLongJmpTest
Asan-aarch64-with-calls-Test/AddressSanitizer.BuiltinLongJmpTest
I have tried to debug them, and I am not wondering if these tests should be skipped as on ARM, PowerPC.
As a matter of fact, I have extracted a sample program which does run when compiled with GCC, but loops & crashes when compiled with clang: maybe __builtin_longjmp is broken on AArch64 in Clang/LLVM?
Thanks.