summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTDarwinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merging r258916:Hans Wennborg2016-01-271-2/+2
* [cmake] Indentation fix (NFC)Vedant Kumar2016-01-081-1/+1
* [cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar2016-01-071-1/+2
* [CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman2015-12-101-0/+4
* [sanitizer] Cache results of darwin_test_archsKuba Brecka2015-12-031-1/+7
* [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...Chris Bieneman2015-11-251-2/+9
* [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS XChris Bieneman2015-11-201-81/+79
* [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman2015-11-131-3/+0
* [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman2015-11-121-1/+2
* [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman2015-11-111-9/+11
* [CMake] [macho_embedded] Only set sys root if the variable is set, this preve...Chris Bieneman2015-11-101-1/+5
* [CMake] Cleaning up flags for Darwin builtinsChris Bieneman2015-11-101-23/+4
* [CMake] Temporary workaround to support building builtins on darwin with a to...Chris Bieneman2015-11-101-3/+18
* Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the...Chris Bieneman2015-11-101-13/+1
* [CMake] Don't pass -fPIC when compiling the darwin builtinsChris Bieneman2015-11-091-1/+1
* [CMake] Fixing a typo in variable name ARG_*->LIB_*Chris Bieneman2015-11-091-1/+1
* [CMake] Removing extra underscore.Chris Bieneman2015-11-091-1/+1
* [CMake] [Darwin] Don't generate lipo commands if we don't have libraries to p...Chris Bieneman2015-11-091-12/+16
* [CMake] [macho_embedded] Check to make sure the compiler supports the archite...Chris Bieneman2015-11-091-1/+13
* [CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.Chris Bieneman2015-11-061-1/+1
* [CMake] Adding support for generating libclang_rt.eprintf.aChris Bieneman2015-10-091-0/+19
* [CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_ke...Chris Bieneman2015-10-091-1/+5
* [CMake] [darwin] Removing a line of debug code that I accidentally committed.Chris Bieneman2015-10-041-1/+0
* [CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libsChris Bieneman2015-10-021-5/+11
* [CMake] Workaround for the lipo output directory not being created.Chris Bieneman2015-10-021-0/+1
* [CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so...Chris Bieneman2015-10-011-1/+2
* [CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 b...Chris Bieneman2015-10-011-1/+5
* [CMake] [Darwin] [macho_embedded] Specify the version min explicitly.Chris Bieneman2015-09-301-0/+1
* [CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setti...Chris Bieneman2015-09-301-1/+1
* [CMake] [macho_embedded] We need to set some extra flags when building the ma...Chris Bieneman2015-09-291-1/+6
* [CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman2015-09-291-2/+82
* [CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin l...Chris Bieneman2015-09-281-1/+12
* [CMake] Accidentally committed code that was using a variable only populated ...Chris Bieneman2015-09-281-1/+1
* [CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platfo...Chris Bieneman2015-09-281-20/+30
* [CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist an...Chris Bieneman2015-09-281-3/+15
* [CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an optio...Chris Bieneman2015-09-251-7/+9
* [CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC.Chris Bieneman2015-09-251-8/+11
* [CMake] [darwin] [builtins] Should install the lipo'd builtin libraries.Chris Bieneman2015-09-251-0/+2
* [CMake] [darwin] [builtins] Should be reading the OS variable that is passed ...Chris Bieneman2015-09-251-2/+2
* [CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtin...Chris Bieneman2015-09-241-3/+6
* [CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to...Chris Bieneman2015-09-241-21/+36
* [CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into...Chris Bieneman2015-09-241-15/+22
* [CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when build...Chris Bieneman2015-09-241-2/+14
* [CMake] pass -Wno-pedantic to cc_kext builtins buildChris Bieneman2015-09-241-1/+1
* [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_d...Chris Bieneman2015-09-231-19/+44
* [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_d...Chris Bieneman2015-09-231-0/+111
* [CMake] Make the sample program in darwin_test_archs have a symbol it needs t...Chris Bieneman2015-09-161-1/+1
* [CMake] Fixing haswell filtering.Chris Bieneman2015-08-211-2/+2
* [CMake] Fix building unit tests on DarwinChris Bieneman2015-08-201-0/+22
* [cmake darwin] Use a STATUS message type. Explain where the arches came from.Filipe Cabecinhas2015-08-191-1/+1