summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTUtils.cmake
AgeCommit message (Expand)Author
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-05-20Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2014-10-23Cmake variables are global, which is why we would get crud like /machine:X86 ...Aaron Ballman
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-10-15[CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov
2014-03-13[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-02-24[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2013-10-25Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne
2013-02-08[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov