summaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Expand)Author
2014-12-04CMake: build DLLs in the right directory and include them in the 'install' ta...Hans Wennborg
2014-10-29Reverting r220517; it seems this broke check-asan.Aaron Ballman
2014-10-23Cmake variables are global, which is why we would get crud like /machine:X86 ...Aaron Ballman
2014-10-23Do not set linker flags for MSVC; they are not the same thing as compiler fla...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-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-25Fix a mistake in r217762Ehsan Akhgari
2014-09-25Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko
2014-09-15Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASA...Ehsan Akhgari
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
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-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-21fixed check_lint.sh in standalone buildGreg Fitzgerald
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-03-04[CMake] Port add_sanitizer_rt_symbols to CMake 3.0Alexey Samsonov
2014-03-04[CMake] Fix add_sanitizer_rt_symbols on multi-config CMake generators.Alexey 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-26Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner
2014-02-26Emulate C99/C++11 __func__ for Visual C++.Joerg Sonnenberger
2014-02-24[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov
2014-02-19[CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey 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
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey 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-25Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne
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-29[sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov
2013-08-28sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz
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-02-08[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov
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