[PATCH] D26929: [sanitizer] Add macOS minimum deployment target to all compiler invocations in lit tests
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 13:03:02 PST 2016
kubabrecka created this revision.
kubabrecka added reviewers: kcc, zaks.anna, eugenis, beanz.
kubabrecka added a subscriber: llvm-commits.
kubabrecka set the repository for this revision to rL LLVM.
kubabrecka added a project: Sanitizers.
Herald added subscribers: mgorny, srhines, danalbert.
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).
Repository:
rL LLVM
https://reviews.llvm.org/D26929
Files:
cmake/config-ix.cmake
test/asan/CMakeLists.txt
test/dfsan/CMakeLists.txt
test/lsan/CMakeLists.txt
test/msan/CMakeLists.txt
test/profile/CMakeLists.txt
test/sanitizer_common/CMakeLists.txt
test/tsan/CMakeLists.txt
test/ubsan/CMakeLists.txt
test/xray/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26929.78762.patch
Type: text/x-patch
Size: 9237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161121/f251ec2b/attachment.bin>
More information about the llvm-commits
mailing list