summaryrefslogtreecommitdiff
path: root/cmake/Modules/AddCompilerRT.cmake
AgeCommit message (Expand)Author
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-25Fix a mistake in r217762Ehsan Akhgari
2014-09-15Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASA...Ehsan Akhgari
2014-05-30[Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-15Exclude MSVC to try to unbreak their builds. We have a bad skew betweenChandler Carruth
2014-05-15Teach the compiler-rt custom compilation and linking CMake rules usedChandler Carruth
2014-05-12[CMake] Log output of configure/build/install steps for instrumented libcxx t...Alexey Samsonov
2014-05-12[ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov
2014-05-09[CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
2014-02-27[CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary workAlexey Samsonov
2014-02-19[CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov
2014-02-18[CMake] Rename several variablesAlexey Samsonov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2013-11-15LLVM's GoogleTest copy has moved its source code back to the defaultChandler Carruth
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-10-01Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-05-21[ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-01-28CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...Alexey Samsonov
2013-01-28[CMake] Fix compiler-rt tests after r173617Alexey Samsonov
2013-01-27AddCompilerRT.cmake: Try to unbreak since r173617.NAKAMURA Takumi
2013-01-21CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov
2013-01-20CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov
2013-01-20CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov