forked from OSchip/llvm-project
[ASan] add missing build dependency on sanitizer_common headers
llvm-svn: 162670
This commit is contained in:
parent
8f06f2fbbf
commit
c74289db2b
|
@ -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=%)
|
||||
|
|
Loading…
Reference in New Issue