Revert "Remove support for building sanitizers from Makefile/autoconf build."
authorMatthias Braun <matze@braunis.de>
Tue, 17 Feb 2015 23:30:51 +0000 (23:30 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 17 Feb 2015 23:30:51 +0000 (23:30 +0000)
commitc0a2279099b2c525967e104123f404ff24f26499
tree1b7f32c88b6f68c99155768ab50e22fb27e2bf15
parent0c098bfdfd1a548f94712c5c53a300381ab0398b
Revert "Remove support for building sanitizers from Makefile/autoconf build."

This reverts commit r229556.

Reverting this for now as internal apple builds rely on this
functionality.

llvm-svn: 229585
13 files changed:
compiler-rt/lib/Makefile.mk
compiler-rt/lib/asan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/asan/README.txt
compiler-rt/lib/dfsan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/interception/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/lsan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/msan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/sanitizer_common/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/tsan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/tsan/rtl/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/ubsan/Makefile.mk [new file with mode: 0644]
compiler-rt/make/platform/clang_darwin.mk
compiler-rt/make/platform/clang_linux.mk