Files
clang-p2996/compiler-rt/test/cfi
Peter Collingbourne 43b055f8b1 cfi: Disable simple-pass.cpp on Darwin.
-mretpoline does not work yet on Darwin.

llvm-svn: 327168
2018-03-09 20:41:56 +00:00
..
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00
2017-10-02 10:21:26 +00:00

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.