[compiler-rt] Provide a lit config variable that defines the minimum deployment OS...
authorDan Liew <dan@su-root.co.uk>
Fri, 14 Feb 2020 19:35:06 +0000 (11:35 -0800)
committerDan Liew <dan@su-root.co.uk>
Fri, 14 Feb 2020 21:53:54 +0000 (13:53 -0800)
commitf5951bdc3a2693f896712bc1d25ae4a61accce4c
treeb0338e2e0619e68d4c9939d4d40b4fe26e35f4b7
parent8337fb00e603613289096bfdce282114ab6e5a7e
[compiler-rt] Provide a lit config variable that defines the minimum deployment OS version flag appropriate for the configured OS.

This patch defines `config.apple_platform_min_deployment_target_flag`
in the ASan, LibFuzzer, TSan, and UBSan lit test configs.

rdar://problem/59463146
compiler-rt/test/asan/CMakeLists.txt
compiler-rt/test/asan/lit.site.cfg.py.in
compiler-rt/test/fuzzer/CMakeLists.txt
compiler-rt/test/fuzzer/lit.site.cfg.py.in
compiler-rt/test/lit.common.configured.in
compiler-rt/test/tsan/CMakeLists.txt
compiler-rt/test/tsan/lit.site.cfg.py.in
compiler-rt/test/ubsan/CMakeLists.txt
compiler-rt/test/ubsan/lit.site.cfg.py.in