summaryrefslogtreecommitdiff
path: root/cmake/Modules/SanitizerUtils.cmake
AgeCommit message (Expand)Author
2016-04-06Use `CMAKE_HOST_UNIX` to check the host.Sean Silva
2016-03-17[CMake] Remove bash-ism in SanitizerLintCheckAlexey Samsonov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-27[CMake] Add PARENT_TARGET option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-05-05[asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov
2014-03-21fixed check_lint.sh in standalone buildGreg Fitzgerald
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-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2013-10-01Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey 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