Files
clang-p2996/compiler-rt/test/cfi
Petr Hosek eb46c95c3e [CMake] Use normalized Windows target triples
Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.

Differential Revision: https://reviews.llvm.org/D47381

llvm-svn: 339307
2018-08-09 02:16:18 +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.