Go to file
Shoaib Meenai 5dc5a8e5be [libc++] Respect Windows Store app CRT restrictions
Some CRT APIs are unavailable for Windows Store apps [1]. Detect when
we're targeting the Windows Store and don't try to refer to non-existent
CRT functions in that case. (This would otherwise lead to a compile
error when using the libc++ headers and compiling for Windows Store.)

[1] https://docs.microsoft.com/en-us/cpp/cppcx/crt-functions-not-supported-in-universal-windows-platform-apps

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

llvm-svn: 299625
2017-04-06 04:47:49 +00:00
clang [Sema] Update CheckOverload docs 2017-04-06 00:23:31 +00:00
clang-tools-extra Fix -Wmissing-field-initializer warnings to unbreak the -Werror build 2017-04-05 16:50:19 +00:00
compiler-rt [cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries. 2017-04-06 00:34:45 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx [libc++] Respect Windows Store app CRT restrictions 2017-04-06 04:47:49 +00:00
libcxxabi Fix exception address alignment test for EHABI 2017-04-04 14:03:54 +00:00
libunwind AddressSpace: fix DWARF based unwinding handling on Android 2017-04-05 21:29:38 +00:00
lld Create GOT and PLT entries early in scanRelocs(). 2017-04-06 03:30:51 +00:00
lldb Update unittests/Host/SocketTest.cpp to also use the new 2017-04-06 03:16:44 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [XRay][docs] Fix hyperlink to XRay doc 2017-04-06 04:26:26 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update to isl-0.18-417-gb9e7334 2017-04-06 03:41:47 +00:00