hanchenye-llvm-project/compiler-rt/test/cfi
Peter Collingbourne 7881648a4e Add tests for non-virtual call checking.
Differential Revision: http://reviews.llvm.org/D8792

llvm-svn: 233876
2015-04-02 00:33:36 +00:00
..
CMakeLists.txt CFI: Make check-cfi depend on libLTO on Darwin. 2015-03-16 22:00:04 +00:00
README.txt Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
anon-namespace.cpp
bad-cast.cpp CFI: Add test for bad cast checks. 2015-03-14 02:42:39 +00:00
lit.cfg CFI: Add a check-cfi-and-supported rule. 2015-02-25 20:14:05 +00:00
lit.site.cfg.in
multiple-inheritance.cpp
nvcall.cpp Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
overwrite.cpp
sibling.cpp CFI: Add a test for distinguishing between non-overriding siblings. 2015-03-14 01:35:33 +00:00
simple-fail.cpp Run simple-fail.cpp at -O{1,2,3}. 2015-02-21 01:48:51 +00:00
simple-pass.cpp Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
utils.h
vdtor.cpp

README.txt

The tests in this directory use a common convention for exercising the
functionality associated with bit sets of different sizes. When certain
macros are defined the tests instantiate classes that force the bit sets
to be of certain sizes.

- B32 forces 32-bit bit sets.
- B64 forces 64-bit bit sets.
- BM forces memory bit sets.