summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTDarwinUtils.cmake
AgeCommit message (Expand)Author
2017-09-01[cmake] Work around -Wunused-driver-argument warningsVedant Kumar
2017-08-30[builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci
2017-07-12Fix the declaration of DARWIN_PREFER_PUBLIC_SDK cmake variable (move before t...Kuba Mracek
2017-07-07[cmake] Cache results of find_darwin_sdk_dirKuba Mracek
2017-07-06[cmake] Add an option to prefer public SDK in find_darwin_sdk_dirKuba Mracek
2017-03-21[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2016-08-19[CMake] Support building on OS X without Xcode installationChris Bieneman
2016-08-18[CMake] Stop building eprintf library on DarwinChris Bieneman
2016-06-22[CMake] Converting darwin_test_archs simple source to CChris Bieneman
2016-05-03[CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman
2016-04-28[CMake] Adding another missing include. NFC.Chris Bieneman
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2016-01-08[cmake] Indentation fix (NFC)Vedant Kumar
2016-01-07[cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar
2015-12-10[CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman
2015-12-03[sanitizer] Cache results of darwin_test_archsKuba Brecka
2015-11-25[CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...Chris Bieneman
2015-11-20[compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS XChris Bieneman
2015-11-13[CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman
2015-11-12[CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman
2015-11-11[CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman
2015-11-10[CMake] [macho_embedded] Only set sys root if the variable is set, this preve...Chris Bieneman
2015-11-10[CMake] Cleaning up flags for Darwin builtinsChris Bieneman
2015-11-10[CMake] Temporary workaround to support building builtins on darwin with a to...Chris Bieneman
2015-11-10Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the...Chris Bieneman
2015-11-09[CMake] Don't pass -fPIC when compiling the darwin builtinsChris Bieneman
2015-11-09[CMake] Fixing a typo in variable name ARG_*->LIB_*Chris Bieneman
2015-11-09[CMake] Removing extra underscore.Chris Bieneman
2015-11-09[CMake] [Darwin] Don't generate lipo commands if we don't have libraries to p...Chris Bieneman
2015-11-09[CMake] [macho_embedded] Check to make sure the compiler supports the archite...Chris Bieneman
2015-11-06[CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.Chris Bieneman
2015-10-09[CMake] Adding support for generating libclang_rt.eprintf.aChris Bieneman
2015-10-09[CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_ke...Chris Bieneman
2015-10-04[CMake] [darwin] Removing a line of debug code that I accidentally committed.Chris Bieneman
2015-10-02[CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libsChris Bieneman
2015-10-02[CMake] Workaround for the lipo output directory not being created.Chris Bieneman
2015-10-01[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so...Chris Bieneman
2015-10-01[CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 b...Chris Bieneman
2015-09-30[CMake] [Darwin] [macho_embedded] Specify the version min explicitly.Chris Bieneman
2015-09-30[CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setti...Chris Bieneman
2015-09-29[CMake] [macho_embedded] We need to set some extra flags when building the ma...Chris Bieneman
2015-09-29[CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman
2015-09-28[CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin l...Chris Bieneman
2015-09-28[CMake] Accidentally committed code that was using a variable only populated ...Chris Bieneman
2015-09-28[CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platfo...Chris Bieneman
2015-09-28[CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist an...Chris Bieneman
2015-09-25[CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an optio...Chris Bieneman