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.
|
2011-12-02 07:35:56 +08:00
|
|
|
SubDirs += asan
|
2014-02-14 17:20:33 +08:00
|
|
|
SubDirs += builtins
|
|
|
|
SubDirs += dfsan
|
2012-05-15 20:21:33 +08:00
|
|
|
SubDirs += interception
|
2014-02-14 17:20:33 +08:00
|
|
|
SubDirs += lsan
|
|
|
|
SubDirs += msan
|
2011-11-17 08:12:10 +08:00
|
|
|
SubDirs += profile
|
2012-05-29 20:18:18 +08:00
|
|
|
SubDirs += sanitizer_common
|
2012-05-15 23:17:35 +08:00
|
|
|
SubDirs += tsan
|
2012-11-14 07:55:06 +08:00
|
|
|
SubDirs += ubsan
|