Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scs] Disable negative test in shadowcallstack. | Evgeniy Stepanov | 2018-06-29 | 1 | -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 Collingbourne | 2018-04-09 | 1 | -2/+6 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D45303 llvm-svn: 329614 | ||||
* | Add simple runtime tests for shadowcallstack | Vlad Tsyrklevich | 2018-04-04 | 1 | -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 |