summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/shadowcallstack/init.c
Commit message (Collapse)AuthorAgeFilesLines
* [scs] Disable negative test in shadowcallstack.Evgeniy Stepanov2018-06-291-9/+1
| | | | | | | | The test checks that scs does NOT work correctly w/o runtime support. That's a strange thing to test, and it is also flaky, because things may just work if x18 happens to point to a writable page. llvm-svn: 335982
* shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne2018-04-091-2/+6
| | | | | | Differential Revision: https://reviews.llvm.org/D45303 llvm-svn: 329614
* Add simple runtime tests for shadowcallstackVlad Tsyrklevich2018-04-041-0/+16
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