Go to file
Akira Hatanaka f86ded282d [Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__ when option
-m(i|tv|watch)os-simulator-version-min is on the command line.

Previously the driver would treat -m(i|tv|watch)os-simulator-version-min
as an alias of -m(i|tv|watch)os-version-min. This no longer works since
we now need to distinguish between the two options (the latter is used
for iOS running in a VM, for example).

This commit stops making the simulator options the aliases of the OS
options and defines a macro to differentiate between the two groups of
options. 

rdar://problem/28872911

llvm-svn: 297866
2017-03-15 18:04:13 +00:00
clang [Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__ when option 2017-03-15 18:04:13 +00:00
clang-tools-extra [test] Fix test dependencies when using installed tools 2017-03-15 05:55:43 +00:00
compiler-rt [msan] Relax lit check in wcsncpy.cc 2017-03-15 12:14:32 +00:00
debuginfo-tests
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add deployment knobs to tests (for Apple platforms) 2017-03-15 00:59:54 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind DarwinParser: include limits 2017-03-14 15:17:55 +00:00
lld [ELF] - Linkerscript: make Dot public and remove getDot(). NFC. 2017-03-15 16:07:02 +00:00
lldb Remove some ProcFileReader occurences 2017-03-15 15:08:49 +00:00
llgo
llvm AMDGPU: Minor SIAnnotateControlFlow cleanups 2017-03-15 18:00:12 +00:00
openmp Create a git ignore file for openmp runtime. 2017-03-11 13:05:08 +00:00
parallel-libs
polly Preserve the isl-noexceptions.h C++ bindings when updating isl 2017-03-14 07:46:28 +00:00