mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
adb555ea36
Enable icall tests on loongarch64 and `check-cfi` all pass. |
||
---|---|---|
.. | ||
cross-dso | ||
icall | ||
anon-namespace.cpp | ||
bad-cast.cpp | ||
bad-split.cpp | ||
base-derived-destructor.cpp | ||
CMakeLists.txt | ||
create-derivers.test | ||
cross-dso-diagnostic.cpp | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
mfcall.cpp | ||
multiple-inheritance2.cpp | ||
multiple-inheritance.cpp | ||
nvcall.cpp | ||
overwrite.cpp | ||
README.txt | ||
sibling.cpp | ||
simple-fail.cpp | ||
simple-pass.cpp | ||
stats.cpp | ||
target_uninstrumented.cpp | ||
two-vcalls.cpp | ||
utils.h | ||
vdtor.cpp | ||
vtable-may-alias.cpp |
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.