[asan] Set the darwin deployment target for the dead-strip test
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.) Differential Revision: https://reviews.llvm.org/D26107 llvm-svn: 285482
Loading
Please sign in to comment