xref: /aosp_15_r20/external/compiler-rt/test/cfi/README.txt (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1*7c3d14c8STreehugger RobotThe tests in this directory use a common convention for exercising the
2*7c3d14c8STreehugger Robotfunctionality associated with bit sets of different sizes. When certain
3*7c3d14c8STreehugger Robotmacros are defined the tests instantiate classes that force the bit sets
4*7c3d14c8STreehugger Robotto be of certain sizes.
5*7c3d14c8STreehugger Robot
6*7c3d14c8STreehugger Robot- B32 forces 32-bit bit sets.
7*7c3d14c8STreehugger Robot- B64 forces 64-bit bit sets.
8*7c3d14c8STreehugger Robot- BM forces memory bit sets.
9