llvm-project/compiler-rt/lib/dfsan
Ed Maste e4320f5e6a Remove bashisms and switch to /bin/sh
On a default FreeBSD install Bash is not installed and fdescfs is not
mounted.  Use plain sh functionality instead.

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

llvm-svn: 219333
2014-10-08 18:35:16 +00:00
..
scripts Remove bashisms and switch to /bin/sh 2014-10-08 18:35:16 +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 DFSan's set label function should avoid writing to the shadow memory when the write would not change the value in memory. 2014-08-19 01:47:33 +00:00
dfsan.h [dfsan] Fix the declaration of dfsan_add_label. 2014-06-04 17:54:51 +00:00
dfsan.syms.extra [dfsan] Add a syms file. 2013-08-29 22:49:00 +00:00
dfsan_custom.cc Custom wrappers for DFSanitizing sprintf & snprintf. 2014-10-08 10:01:42 +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 Custom wrappers for DFSanitizing sprintf & snprintf. 2014-10-08 10:01:42 +00:00
libc_ubuntu1204_abilist.txt [dfsan] Initial set of custom functions and interceptors for libc. 2013-08-15 21:18:53 +00:00