llvm-project/compiler-rt/test/ubsan
Alexey Samsonov bfa711c8b0 [UBSan] Add the ability to dump call stacks to -fsanitize=vptr
This change introduces the first UBSan-specific runtime flag: print_stacktrace
(off by default). It can be set in UBSAN_OPTIONS to unwind and print call stacks
in addition to diagnostic messages. For now these stacks are printed only
in vptr checker.

This change is based on http://reviews.llvm.org/D4410 by Byoungyoung Lee!

llvm-svn: 213783
2014-07-23 18:44:54 +00:00
..
TestCases [UBSan] Add the ability to dump call stacks to -fsanitize=vptr 2014-07-23 18:44:54 +00:00
CMakeLists.txt light up sanitizers for ARM, take 2 2014-05-29 22:38:13 +00:00
lit.common.cfg Add target flags to ubsan tests 2014-05-14 00:46:01 +00:00
lit.site.cfg.in removed redundant lit variable 2014-05-14 01:04:17 +00:00