summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use correct include path for InstrProfData.inc on DarwinPetr Hosek2019-11-241-1/+4
* [compiler-rt] Use xcrun instead of xcodebuild to find the SDK directoryAlex Richardson2019-10-311-2/+3
* Fix compiler-rt build on macOS without XCodeAlex Richardson2019-10-311-2/+2
* [compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtilsPuyan Lotfi2019-10-241-0/+1
* [CMake] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew2019-10-161-1/+47
* [NFC] Invoke lipo from CMAKE_LIPO.Puyan Lotfi2019-09-241-1/+3
* Fix bug in `darwin_test_archs()` when the cache variable is set but empty.Dan Liew2019-09-131-1/+1
* [CMake] Separate the detection Darwin platforms architectures for theDan Liew2019-09-131-2/+3
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-2/+2
* [compiler-rt] Create install targets for Darwin librariesShoaib Meenai2019-05-071-2/+11
* [CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew2019-03-151-1/+1
* [CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew2018-06-271-0/+2
* [compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai2018-06-131-1/+1
* [cmake] Work around -Wunused-driver-argument warningsVedant Kumar2017-09-011-1/+14
* [builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci2017-08-301-32/+3
* Fix the declaration of DARWIN_PREFER_PUBLIC_SDK cmake variable (move before t...Kuba Mracek2017-07-121-1/+2
* [cmake] Cache results of find_darwin_sdk_dirKuba Mracek2017-07-071-0/+6
* [cmake] Add an option to prefer public SDK in find_darwin_sdk_dirKuba Mracek2017-07-061-8/+11
* [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman2017-03-211-1/+3
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-1/+1
* [CMake] Support building on OS X without Xcode installationChris Bieneman2016-08-191-2/+6
* [CMake] Stop building eprintf library on DarwinChris Bieneman2016-08-181-26/+0
* [CMake] Converting darwin_test_archs simple source to CChris Bieneman2016-06-221-3/+3
* [CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman2016-05-031-13/+19
* [CMake] Adding another missing include. NFC.Chris Bieneman2016-04-281-0/+2
* [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman2016-04-261-0/+2
* [asan] Add iOS support.Anna Zaks2016-02-021-1/+1
* [compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders2016-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
OpenPOWER on IntegriCloud