hanchenye-llvm-project/compiler-rt/test/cfi
Alexey Samsonov 3959263545 Add -flto to clang flags for cfi tests.
llvm-svn: 240168
2015-06-19 19:48:40 +00:00
..
CMakeLists.txt Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
README.txt Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
anon-namespace.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
bad-cast.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
lit.cfg Add -flto to clang flags for cfi tests. 2015-06-19 19:48:40 +00:00
lit.site.cfg.in
multiple-inheritance.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
nvcall.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
overwrite.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
sibling.cpp CFI: Add a test for distinguishing between non-overriding siblings. 2015-03-14 01:35:33 +00:00
simple-fail.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00
simple-pass.cpp Add tests for non-virtual call checking. 2015-04-02 00:33:36 +00:00
utils.h
vdtor.cpp Add control flow integrity diagnosis function to UBSan runtime library. 2015-06-19 01:52:55 +00:00

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.