llvm-project/compiler-rt/make/platform
Tim Northover 638a424b56 Only build embedded darwin variants if the compiler supports them
We need to filter out architectures that the compiler hasn't been built to
target (most likely the ARM ones) before attemptint to build a version of
libcompiler_rt.

This can result in a completely empty library (e.g. soft-float doesn't have any
x86 variants), in which case we shouldn't even try the build

llvm-svn: 197028
2013-12-11 11:25:53 +00:00
..
clang_darwin.mk Fixing ordering of definition of IOSSIM_SDK_PATH 2013-11-20 05:36:52 +00:00
clang_darwin_embedded.mk Only build embedded darwin variants if the compiler supports them 2013-12-11 11:25:53 +00:00
clang_darwin_test_input.c lib: Finish int_math.h definitions using compiler builtins and eliminate 2011-11-16 07:33:06 +00:00
clang_linux.mk [asan] Don't require X86 to build Android runtime. 2013-10-03 08:31:14 +00:00
clang_linux_test_input.c Determine supported archs for compiler-rt libraries on Linux by trying to compile a simple executable 2012-10-09 16:05:50 +00:00
darwin_bni.mk Push back various changes for building Apple's compiler-rt dylib. 2013-11-03 07:06:29 +00:00
darwin_fat.mk build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains. 2011-11-15 18:34:22 +00:00
multi_arch.mk build: Change default CC to be clang instead of gcc. 2011-11-15 18:34:17 +00:00