llvm-capstone/compiler-rt/test/cfi
Ami-zhang adb555ea36
[CFI] Allow LoongArch (#67314)
Enable icall tests on loongarch64 and `check-cfi` all pass.
2023-09-28 15:40:42 +08:00
..
cross-dso [CFI] Allow LoongArch (#67314) 2023-09-28 15:40:42 +08:00
icall [CFI] Allow LoongArch (#67314) 2023-09-28 15:40:42 +08:00
anon-namespace.cpp
bad-cast.cpp
bad-split.cpp [compiler-rt/cfi] Convert tests to check 'target=...' 2022-12-16 11:10:27 -08:00
base-derived-destructor.cpp
CMakeLists.txt
create-derivers.test
cross-dso-diagnostic.cpp [compiler-rt/cfi] Convert tests to check 'target=...' 2022-12-16 11:10:27 -08:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
lit.site.cfg.py.in
mfcall.cpp [compiler-rt/cfi] Convert tests to check 'target=...' 2022-12-16 11:10:27 -08:00
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 [compiler-rt/cfi] Convert tests to check 'target=...' 2022-12-16 11:10:27 -08:00
two-vcalls.cpp [compiler-rt/cfi] Convert tests to check 'target=...' 2022-12-16 11:10:27 -08:00
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.