llvm-project/compiler-rt/test/dfsan
Kuba Mracek ff1bd20ded [sanitizer] Add macOS minimum deployment target to all compiler invocations in lit tests
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).

Differential Revision: https://reviews.llvm.org/D26929

llvm-svn: 288186
2016-11-29 19:25:53 +00:00
..
Inputs
CMakeLists.txt [sanitizer] Add macOS minimum deployment target to all compiler invocations in lit tests 2016-11-29 19:25:53 +00:00
basic.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
custom.cc [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel. 2016-08-12 11:56:36 +00:00
dump_labels.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
flags.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
fncall.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
label_count.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
lit.cfg [dfsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:20:37 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00
propagate.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
vararg.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00
write_callback.c [DFSan] Remove explicit -m64 from RUN lines. 2015-03-02 19:34:06 +00:00