Go to file
Vasileios Kalintiris 867a4e7b8b Issue a warning instead of fatal errors when checks for libatomic fail.
This should fix PR26631, PR26622 and has the nice property that the addition
of the CheckLibcxxAtomic.cmake module acts as an NFC on the platforms of the
reporters (at least for the time being).

As these bug reports explain, CMake fails the atomic check because the
include headers might not exist in the host environment. We could
potentially point to the headers provided by libcxx itself.

llvm-svn: 260961
2016-02-16 14:15:27 +00:00
clang [OPENMP] Allow to use compound assignment operators. 2016-02-16 12:13:49 +00:00
clang-tools-extra [clang-tidy] Fix an assert failure in `modernize-loop-convert`. 2016-02-16 10:36:51 +00:00
compiler-rt [Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPS 2016-02-16 08:33:37 +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 Update page to list supported targets 2016-02-13 01:02:06 +00:00
libcxx Issue a warning instead of fatal errors when checks for libatomic fail. 2016-02-16 14:15:27 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Start adding release notes for lld. 2016-02-16 13:12:55 +00:00
lldb Bump up timeout in TestChangeProcessGroup 2016-02-16 09:58:50 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [X86] PR26575: Fix LEA optimization pass. 2016-02-16 12:47:45 +00:00
openmp [OMPT] Frame information for openmp taskwait 2016-02-12 12:19:59 +00:00
polly Replace getLoopForInst by getLoopForStmt 2016-02-16 12:36:14 +00:00