hanchenye-llvm-project/compiler-rt/lib/dfsan
Chandler Carruth c42ddde78a The newest versions of CMake require outputs of custom commands be in
DEPENDS rather than SOURCES. The SOURCES just end up looking on the
filesystem and not finding anything. Makes for very hard to debug build
errors. =/

llvm-svn: 207722
2014-04-30 23:31:45 +00:00
..
scripts Update sanitizers' bash scripts. 2014-02-25 12:09:25 +00:00
CMakeLists.txt The newest versions of CMake require outputs of custom commands be in 2014-04-30 23:31:45 +00:00
Makefile.mk
dfsan.cc Add function to get the number of DFSan labels allocated. 2014-03-26 21:09:53 +00:00
dfsan.h [DFSan] Change the way labels are propagated when comparing memory through libc functions. 2013-12-04 16:48:09 +00:00
dfsan.syms.extra [dfsan] Add a syms file. 2013-08-29 22:49:00 +00:00
dfsan_custom.cc Add user-defined callback on write() calls. 2014-04-24 17:42:16 +00:00
dfsan_interceptors.cc [DFSan] Don't include public headers in dfsan runtime code 2013-11-17 09:41:47 +00:00
done_abilist.txt Add user-defined callback on write() calls. 2014-04-24 17:42:16 +00:00
libc_ubuntu1204_abilist.txt [dfsan] Initial set of custom functions and interceptors for libc. 2013-08-15 21:18:53 +00:00