summaryrefslogtreecommitdiff
path: root/lib/asan/tests/CMakeLists.txt
AgeCommit message (Expand)Author
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-11-23[asan/win] Fix incremental linking vs. global registrationReid Kleckner
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-02[asan] Add more dynamic CRT mode testsReid Kleckner
2016-09-23[asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-01[compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron
2016-07-01tab to whitespacesEtienne 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-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-21[asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner
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-26[CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman
2015-08-20[CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman
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-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-08[asan] Fix build of AsanNoinstTest on Android.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-01Disable exceptions for clang-compiled unittest code on WindowsReid Kleckner
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov
2014-11-11[ASan] Fix use of -asan-instrument-assembly in testsJay Foad
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-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-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-21[asan] Fix x86 asm instrumentation to preserve flags.Evgeniy Stepanov
2014-05-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-08[ASan tests] Auto-define ASAN_NEEDS_SEGV rather than hardcode it in cmakeTimur Iskhodzhanov
2014-04-28Fix building Asan and common sanitizers tests on FreeBSD 9.2Viktor Kutuzov
2014-04-21[asan] add one more mode to run asan tests with '-with-calls', i.e. using -m...Kostya Serebryany
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-24[CMake] Rename the variableAlexey Samsonov