summaryrefslogtreecommitdiff
path: root/lib/asan/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-111-5/+0
* [asan] Remove flags for clang-cl before it supported EHReid Kleckner2018-10-311-5/+0
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+3
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+3
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-0/+3
* [asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee2017-11-131-0/+2
* [cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny2017-10-121-1/+1
* Shorten filenames of tests (-with-calls to -calls)Kamil Rytarowski2017-08-291-1/+1
* [sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov2017-08-151-113/+91
* [CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov2017-08-151-6/+1
* [compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov2017-08-151-5/+0
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-21/+15
* [sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov2017-07-281-30/+4
* Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov2017-07-271-4/+30
* [sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov2017-07-271-30/+4
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-3/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+3
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-33/+33
* Enable weak hooks on darwinFrancis Ricci2017-01-091-0/+5
* [asan/win] Fix incremental linking vs. global registrationReid Kleckner2016-11-231-2/+0
* [asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner2016-11-171-0/+2
* [asan] Add more dynamic CRT mode testsReid Kleckner2016-11-021-1/+18
* [asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka2016-09-231-6/+7
* [asan] Add __asan_set_shadow_*Vitaly Buka2016-08-181-0/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-7/+8
* [compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron2016-07-011-2/+2
* tab to whitespacesEtienne Bergeron2016-07-011-2/+2
* [compiler-rt] Fix passing debug information to unittest.Etienne Bergeron2016-06-291-0/+4
* [compiler-rt] Fix multi-configuration output pathsEtienne Bergeron2016-05-161-6/+33
* Move -fms-compatibility-version=19 into target cflagsReid Kleckner2016-03-221-5/+0
* [asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner2016-03-211-0/+5
* Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni2016-01-141-1/+6
* Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg2016-01-131-6/+1
* With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni2016-01-131-1/+6
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-271-0/+1
* [CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman2015-08-261-1/+1
* [CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman2015-08-201-3/+0
* [CMake] Fix building unit tests on DarwinChris Bieneman2015-08-201-1/+8
* [asan] Only link liblog on Android when it exists.Evgeniy Stepanov2015-07-241-1/+1
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [asan] Fix build of AsanNoinstTest on Android.Evgeniy Stepanov2015-06-081-0/+2
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-0/+1
* Disable exceptions for clang-compiled unittest code on WindowsReid Kleckner2015-05-011-0/+5
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-6/+6
* [compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka2015-01-291-0/+5
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-1/+2
* [ASan] Always build shared ASan runtime on Linux.Alexey Samsonov2014-12-171-11/+18
* [CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov2014-11-131-1/+1
* [ASan] Fix use of -asan-instrument-assembly in testsJay Foad2014-11-111-1/+3
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-8/+8