summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/shadowcallstack/overflow.c
Commit message (Collapse)AuthorAgeFilesLines
* shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne2018-04-091-15/+18
| | | | | | Differential Revision: https://reviews.llvm.org/D45303 llvm-svn: 329614
* Add simple runtime tests for shadowcallstackVlad Tsyrklevich2018-04-041-0/+36
Summary: ShadowCallStack does not yet have a runtime provided by compiler-rt, but this change includes simple tests that make use of a very minimal runtime in test/shadowcallstack/minimal_runtime.h Reviewers: pcc, kcc, delcypher, eugenis, filcab Reviewed By: pcc Subscribers: kubamracek, mgorny, delcypher, llvm-commits, #sanitizers, kcc Differential Revision: https://reviews.llvm.org/D44803 llvm-svn: 329210
OpenPOWER on IntegriCloud