Go to file
Tim Northover bea1cafde8 Macho-embedded: update build script for newer Clang behaviour.
Clang now uses the *-apple-macho triples for embedded targets using MachO. The
environment makes less pretences to be running an actual Mach kernel with all
the support that would imply, so a few changes are needed to the build scripts:
    
+ The Apple way of detecting endianness applies in all cases so drop the
  __MACH__ test.
+ A quick rename since "darwin_embedded" no longer makes any sense. If there's
  no Mach going on, there's certainly no Darwin.
+ Change how we test for support for a platform. The functions we build don't
  need any SDK support (stdio.h, ...) so we don't need to check for it.

llvm-svn: 199731
2014-01-21 12:38:02 +00:00
clang clang-format: text following #if is likely an expression. 2014-01-21 08:56:09 +00:00
clang-tools-extra [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. 2014-01-19 13:00:01 +00:00
compiler-rt Macho-embedded: update build script for newer Clang behaviour. 2014-01-21 12:38:02 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix build broken by LLVM commit r199279 2014-01-20 20:28:48 +00:00
libcxx Removed extra space; thanks to thakis_'s eagle eye 2014-01-21 00:03:44 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld [Mips] Specify the type of a symbol table entries in the test assembler 2014-01-18 21:13:05 +00:00
lldb Better logging for the IRExecutionUnit so that 2014-01-21 00:54:48 +00:00
llvm [mips][sched] Split IIFcmp into II_C_CC_[SD] 2014-01-21 11:42:48 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Adjust test case to changed cloog output 2014-01-19 11:53:51 +00:00