summaryrefslogtreecommitdiff
path: root/lib/asan/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2018-04-16[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky
2018-03-22[sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2017-11-13[asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee
2017-10-12[cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny
2017-08-29Shorten filenames of tests (-with-calls to -calls)Kamil Rytarowski
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-15[CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov
2017-08-15[compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer 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-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