[DFSan] Add flag to dump the labels when the program terminates.
authorLorenzo Martignoni <martignlo@google.com>
Thu, 20 Nov 2014 10:01:08 +0000 (10:01 +0000)
committerLorenzo Martignoni <martignlo@google.com>
Thu, 20 Nov 2014 10:01:08 +0000 (10:01 +0000)
commit101f1d82ff97ed4e574ed986c3e3b0ece7c1dca8
treedbe7e79c79a20347dab4d010f9ddbe96d1777b51
parent6cab6784b927cc55eea7eef560077a963fc5a404
[DFSan] Add flag to dump the labels when the program terminates.

Differential Revision: http://reviews.llvm.org/D6306

llvm-svn: 222425
compiler-rt/include/sanitizer/dfsan_interface.h
compiler-rt/lib/dfsan/dfsan.cc
compiler-rt/lib/dfsan/dfsan.h
compiler-rt/test/dfsan/dump_labels.c [new file with mode: 0644]