summaryrefslogtreecommitdiff
path: root/test/dfsan
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-07-30 21:13:21 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-07-30 21:13:21 +0000
commitc19631c87dd6b141956dcdb59efe4b687b4d237c (patch)
treea9b55eeacf2716f911582b5a461d8a24d4ae1dae /test/dfsan
parent6541337eb62873c032e78332595ac6f91b07d033 (diff)
downloadcompiler-rt-c19631c87dd6b141956dcdb59efe4b687b4d237c.tar.gz
[dfsan] Enable dfsan for aarch64
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). The test is XFAIL for aarch64 for now. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/dfsan')
-rw-r--r--test/dfsan/custom.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dfsan/custom.cc b/test/dfsan/custom.cc
index 057b0608e..00ec7924c 100644
--- a/test/dfsan/custom.cc
+++ b/test/dfsan/custom.cc
@@ -5,6 +5,9 @@
// Tests custom implementations of various glibc functions.
+// AArch64 segfaults in the dl_iterate_phdr test.
+// XFAIL: aarch64
+
#include <sanitizer/dfsan_interface.h>
#include <arpa/inet.h>