Add test suite for the Control Flow Integrity feature.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Feb 2015 20:31:18 +0000 (20:31 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Feb 2015 20:31:18 +0000 (20:31 +0000)
commite0c4f7eb819ed99b66af11466cc2905e78941562
tree92226ce6176698f5317409b2c8f1243f3ff59b4a
parenta4ccff32818c05c9f2d7a2a6503866d13636b664
Add test suite for the Control Flow Integrity feature.

Differential Revision: http://reviews.llvm.org/D7738

llvm-svn: 230056
compiler-rt/test/CMakeLists.txt
compiler-rt/test/cfi/CMakeLists.txt [new file with mode: 0644]
compiler-rt/test/cfi/anon-namespace.cpp [new file with mode: 0644]
compiler-rt/test/cfi/lit.cfg [new file with mode: 0644]
compiler-rt/test/cfi/lit.site.cfg.in [new file with mode: 0644]
compiler-rt/test/cfi/multiple-inheritance.cpp [new file with mode: 0644]
compiler-rt/test/cfi/overwrite.cpp [new file with mode: 0644]
compiler-rt/test/cfi/simple-fail.cpp [new file with mode: 0644]
compiler-rt/test/cfi/simple-pass.cpp [new file with mode: 0644]
compiler-rt/test/cfi/vdtor.cpp [new file with mode: 0644]
compiler-rt/test/lit.common.configured.in