llvm-project/compiler-rt/test/cfi
Arthur Eubanks 61d418f971 [test] Remove references to -fexperimental-new-pass-manager in tests
This has been the default for a while and we're in the process of removing the legacy PM optimization pipeline.
2022-04-11 13:29:08 -07:00
..
cross-dso [android] Fix some tests for AOSP-master devices. 2021-01-05 12:54:09 -08:00
icall
CMakeLists.txt [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
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 [compiler-rt] -fsanitize=cfi is not supported on Darwin 2021-03-17 13:28:42 -07:00
lit.site.cfg.py.in [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
mfcall.cpp
multiple-inheritance.cpp
multiple-inheritance2.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.