ASan dead-strip support relies on a linker option that only exists in 10.11 and later, so the LLVM instrumentation checks for the deployment target. This test does not pass when clang is built to choose lower deployment target by default but runs on newer host.
(Note, the REQUIRES: osx-ld64-live_support clause only checks the host and not the target OS.)