hanchenye-llvm-project/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
..
cross-dso
icall
CMakeLists.txt
README.txt
anon-namespace.cpp
bad-cast.cpp
bad-split.cpp
base-derived-destructor.cpp
create-derivers.test
lit.cfg [ubsan] Re-commit: lit changes for lld testing, future lto testing. 2017-12-01 19:36:29 +00:00
lit.site.cfg.in [ubsan] Re-commit: lit changes for lld testing, future lto testing. 2017-12-01 19:36:29 +00:00
multiple-inheritance.cpp
nvcall.cpp
overwrite.cpp
sibling.cpp
simple-fail.cpp
simple-pass.cpp cfi: Disable simple-pass.cpp on Darwin. 2018-03-09 20:41:56 +00:00
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.