summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-27Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov
2017-07-27[sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov
2017-05-18[compiler-rt][cmake] Build unit tests conditionally with _FILE_OFFSET_BITS=64...Simon Dardis
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2016-10-26[sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-07[compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
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
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-26[asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-05Disable exceptions with Clang on Windows in lib/sanitizer-common/testsReid Kleckner
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2014-12-12[mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPSKumar Sukhani
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-08-09Fixup Android tests build rulesAlexey Samsonov
2014-06-05[asan] Use -pthread instead of -lpthread in tests.Evgeniy Stepanov
2014-05-30[Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov
2014-05-29Fix building 32-bit common sanitizer tests on FreeBSD 9.2Viktor Kutuzov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Land the sanitizer twin of the asan-only change r208682Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Make simple pthread tests compile and pass on WindowsTimur Iskhodzhanov
2014-04-28Fix building Asan and common sanitizers tests on FreeBSD 9.2Viktor Kutuzov
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov