2009-06-27 00:47:03 +08:00
|
|
|
#===- lib/Makefile.mk --------------------------------------*- Makefile -*--===#
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
#===------------------------------------------------------------------------===#
|
|
|
|
|
2011-11-17 08:12:10 +08:00
|
|
|
SubDirs :=
|
2009-06-27 00:47:03 +08:00
|
|
|
|
2014-02-14 17:20:33 +08:00
|
|
|
# Add submodules.
|
2015-02-18 07:30:51 +08:00
|
|
|
SubDirs += asan
|
2014-02-14 17:20:33 +08:00
|
|
|
SubDirs += builtins
|
2015-02-18 07:30:51 +08:00
|
|
|
SubDirs += interception
|
|
|
|
SubDirs += lsan
|
2011-11-17 08:12:10 +08:00
|
|
|
SubDirs += profile
|
2015-02-18 07:30:51 +08:00
|
|
|
SubDirs += sanitizer_common
|
|
|
|
SubDirs += ubsan
|