The Clang driver on macOS decides the deployment target based on various things, like your host OS version, the SDK version and some environment variables, which makes lit tests pass or fail based on your environment. Let's make sure we run all lit tests with -mmacosx-version-min=${SANITIZER_MIN_OSX_VERSION} (10.9 unless overriden).
Details
Details
- Reviewers
kcc filcab eugenis zaks.anna beanz - Commits
- rGff1bd20ded4d: [sanitizer] Add macOS minimum deployment target to all compiler invocations in…
rCRT288186: [sanitizer] Add macOS minimum deployment target to all compiler invocations in…
rL288186: [sanitizer] Add macOS minimum deployment target to all compiler invocations in…
Diff Detail
Diff Detail
- Repository
- rL LLVM