Commits

Nadav Rotem committed e8d0c2e17b4
Disable ASAN on the LLVM build, keep it on Swift. When enabling ASAN on LLVM it does not build the asan libraries, and this means that we can't use it to sanitize swift. This change disables ASAN on the internal clang but keeps it on the Swift project.