shadowcallstack: Make runtime tests compatible with aarch64.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 9 Apr 2018 20:18:10 +0000 (20:18 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 9 Apr 2018 20:18:10 +0000 (20:18 +0000)
commit6662e9890b0eb7b3eea19dcb4153c0ea59c1103c
treed23b04e677dacbbe05c33e2c5d349483f8f8cab8
parentd9e96741c464f35722bbbb4d11bb7fa7c6f4fb21
shadowcallstack: Make runtime tests compatible with aarch64.

Differential Revision: https://reviews.llvm.org/D45303

llvm-svn: 329614
compiler-rt/cmake/config-ix.cmake
compiler-rt/test/shadowcallstack/CMakeLists.txt
compiler-rt/test/shadowcallstack/init.c
compiler-rt/test/shadowcallstack/libc_support.h [new file with mode: 0644]
compiler-rt/test/shadowcallstack/lit.cfg
compiler-rt/test/shadowcallstack/lit.site.cfg.in
compiler-rt/test/shadowcallstack/minimal_runtime.h
compiler-rt/test/shadowcallstack/overflow-aarch64.c [new file with mode: 0644]
compiler-rt/test/shadowcallstack/overflow-x86_64.c [new file with mode: 0644]
compiler-rt/test/shadowcallstack/overflow.c