[sanitizer] [msan] VarArgHelper for AArch64
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Dec 2015 14:14:15 +0000 (14:14 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Dec 2015 14:14:15 +0000 (14:14 +0000)
commitb16d4539fa26e0187a782dbb24a2c854acf1f945
treec8e23ba5d904ba0f4f17e4d760b0df4675133178
parent5d0df37816044245efc21ef226da35bfd04d5bec
[sanitizer] [msan] VarArgHelper for AArch64

This patch add support for variadic argument for AArch64.  All the MSAN
unit tests are not passing as well the signal_stress_test (currently
set as XFAIl for aarch64).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/MemorySanitizer.cpp
test/Instrumentation/MemorySanitizer/AArch64/vararg.ll [new file with mode: 0644]