forked from OSchip/llvm-project
d74d04a6c5
Summary: This allows to build and link the code with e.g. -fsanitize=dataflow -fsanitize-coverage=trace-pc-guard,pc-table,func,trace-cmp w/o providing (all) the definitions of trace-cmp hooks. This is similar to dummy hooks provided by asan/ubsan/msan for the same purpose, except that some of the hooks need to have the __dfsw_ prefix since we need dfsan to replace them. Reviewers: pcc Reviewed By: pcc Subscribers: delcypher, #sanitizers, llvm-commits Differential Revision: https://reviews.llvm.org/D47605 llvm-svn: 333796 |
||
---|---|---|
.. | ||
Inputs | ||
CMakeLists.txt | ||
basic.c | ||
custom.cc | ||
dump_labels.c | ||
flags.c | ||
fncall.c | ||
label_count.c | ||
lit.cfg | ||
lit.site.cfg.in | ||
propagate.c | ||
trace-cmp.c | ||
vararg.c | ||
write_callback.c |