[ASan] add missing build dependency on sanitizer_common headers

llvm-svn: 162670
This commit is contained in:
Alexey Samsonov 2012-08-27 13:47:28 +00:00
parent 8f06f2fbbf
commit c74289db2b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Implementation := Generic
Dependencies := $(wildcard $(Dir)/*.h)
Dependencies += $(wildcard $(Dir)/../interception/*.h)
Dependencies += $(wildcard $(Dir)/../interception/mach_override/*.h)
Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
# Define a convenience variable for all the asan functions.
AsanFunctions := $(Sources:%.cc=%)