forked from OSchip/llvm-project
8007ff1ab1
These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591 |
||
---|---|---|
.. | ||
cross-dso | ||
icall | ||
CMakeLists.txt | ||
README.txt | ||
anon-namespace.cpp | ||
bad-cast.cpp | ||
bad-split.cpp | ||
base-derived-destructor.cpp | ||
create-derivers.test | ||
cross-dso-diagnostic.cpp | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
mfcall.cpp | ||
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 | ||
vtable-may-alias.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.