summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-04-11 14:37:04 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-04-11 14:37:04 +0000
commit2887a64cb7b82fc2dcbe4b1fcc33562077ec371a (patch)
tree69c378d6436047ec01f50c61fa03c77edb753650 /lib/sanitizer_common/CMakeLists.txt
parent37f9464fc0fa4df2acf04264c52ba542d0e3d3fb (diff)
downloadcompiler-rt-2887a64cb7b82fc2dcbe4b1fcc33562077ec371a.tar.gz
compiler-rt-2887a64cb7b82fc2dcbe4b1fcc33562077ec371a.tar.bz2
compiler-rt-2887a64cb7b82fc2dcbe4b1fcc33562077ec371a.tar.xz
[sanitizer] Syscall hooks.
Pre- and post- hooks for linux syscalls. Not wired into anything, but exposed through public interface. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@179288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/CMakeLists.txt')
-rw-r--r--lib/sanitizer_common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/CMakeLists.txt b/lib/sanitizer_common/CMakeLists.txt
index 4ef258f1..fb01dba1 100644
--- a/lib/sanitizer_common/CMakeLists.txt
+++ b/lib/sanitizer_common/CMakeLists.txt
@@ -34,6 +34,7 @@ set(SANITIZER_HEADERS
sanitizer_common.h
sanitizer_common_interceptors.inc
sanitizer_common_interceptors_scanf.inc
+ sanitizer_common_syscalls.inc
sanitizer_flags.h
sanitizer_internal_defs.h
sanitizer_lfstack.h