forked from OSchip/llvm-project
88661f55c3
Summary: Add a test case for __attribute__((no_sanitize("cfi"))) being effective. Reviewers: kcc Subscribers: dberris Differential Revision: https://reviews.llvm.org/D23425 llvm-svn: 278530 |
||
---|---|---|
.. | ||
cross-dso | ||
icall | ||
CMakeLists.txt | ||
README.txt | ||
anon-namespace.cpp | ||
bad-cast.cpp | ||
base-derived-destructor.cpp | ||
create-derivers.test | ||
lit.cfg | ||
lit.site.cfg.in | ||
multiple-inheritance.cpp | ||
nvcall.cpp | ||
overwrite.cpp | ||
sibling.cpp | ||
simple-fail.cpp | ||
simple-pass.cpp | ||
stats.cpp | ||
target_uninstrumented.cpp | ||
two-vcalls.cpp | ||
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.