summaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Expand)Author
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
2016-04-06Use `CMAKE_HOST_UNIX` to check the host.Sean Silva
2016-03-31[CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman
2016-03-17[CMake] Remove bash-ism in SanitizerLintCheckAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-26[CMake] Fix a typo in add_compiler_rt_library.Alexey Samsonov
2016-02-23[CMake] Support component-based installation for runtime librariesChris Bieneman
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-02-02[compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders
2016-02-02[asan] Add iOS support.Anna Zaks
2016-02-01[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-08[cmake] Indentation fix (NFC)Vedant Kumar
2016-01-07[cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-10[CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-03[CMake] CMake calls to set_property with APPEND string need to have a leading...Chris Bieneman
2015-12-03[CMake] set_target_properties doesn't append link flagsChris Bieneman
2015-12-03[CMake] Support externalizing debug info on DarwinChris Bieneman
2015-12-03[sanitizer] Cache results of darwin_test_archsKuba Brecka
2015-12-02Pass along correct 'make' to sub-builds.Andy Gibbs
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-11[tsan] Add TSan unit test support for OS XKuba Brecka
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