[PATCH] D45303: shadowcallstack: Make runtime tests compatible with aarch64.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 17:05:53 PDT 2018


pcc created this revision.
pcc added reviewers: eugenis, kcc, vlad.tsyrklevich.
Herald added subscribers: kristof.beyls, javed.absar, mgorny, rengolin.

This at least appears to work if I manually compile the tests and
run them on an Android aarch64 device, but I'm not set up to run lit
on Android.

Depends on https://reviews.llvm.org/D45239


https://reviews.llvm.org/D45303

Files:
  compiler-rt/test/shadowcallstack/CMakeLists.txt
  compiler-rt/test/shadowcallstack/init.c
  compiler-rt/test/shadowcallstack/libc_support.h
  compiler-rt/test/shadowcallstack/lit.cfg
  compiler-rt/test/shadowcallstack/minimal_runtime.h
  compiler-rt/test/shadowcallstack/overflow-aarch64.c
  compiler-rt/test/shadowcallstack/overflow-x86_64.c
  compiler-rt/test/shadowcallstack/overflow.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45303.141090.patch
Type: text/x-patch
Size: 9160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180405/e2ced395/attachment.bin>


More information about the llvm-commits mailing list