summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/Makefile.mk
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-05-29 12:18:18 +0000
committerKostya Serebryany <kcc@google.com>2012-05-29 12:18:18 +0000
commit458b4006b2cfdc2364be92913b77ca6abc866899 (patch)
tree3f1196c578991110f8c3cac8793d51b1b8324e1b /compiler-rt/lib/Makefile.mk
parent1cbe656d6629acfe7c0b29bf111de1a0736a408f (diff)
downloadbcm5719-llvm-458b4006b2cfdc2364be92913b77ca6abc866899.tar.gz
bcm5719-llvm-458b4006b2cfdc2364be92913b77ca6abc866899.zip
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common
which will contain code shared between asan and tsan run-times. Naming is hard. If you can suggest a better name for the directory -- speak up. llvm-svn: 157611
Diffstat (limited to 'compiler-rt/lib/Makefile.mk')
-rw-r--r--compiler-rt/lib/Makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/Makefile.mk b/compiler-rt/lib/Makefile.mk
index e20d3c8be7a..791921a8006 100644
--- a/compiler-rt/lib/Makefile.mk
+++ b/compiler-rt/lib/Makefile.mk
@@ -17,6 +17,7 @@ SubDirs += i386 ppc x86_64 arm
SubDirs += asan
SubDirs += interception
SubDirs += profile
+SubDirs += sanitizer_common
SubDirs += tsan
# FIXME: We don't currently support building an atomic library, and as it must
OpenPOWER on IntegriCloud