summaryrefslogtreecommitdiff
path: root/test/asan/CMakeLists.txt
AgeCommit message (Expand)Author
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-02-15[asan] Add "arm64" into the list of 64-bit architecturesKuba Mracek
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2018-01-03[cmake] Fix typo in test/asan/CMakeLists.txtAzharuddin Mohammed
2017-09-16[asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka
2017-09-11[asan] Include asan-dynamic into check-allVitaly Buka
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
2017-05-12[asan/win] Re-enable Win64 asan tests on Win8+Reid Kleckner
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-03-25Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-21Revert "[compiler-rt][asan] Turn on ASAN unittests for win64."Reid Kleckner
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-17[asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov
2017-03-03[compiler-rt][asan] Turn on ASAN unittests for win64.Etienne Bergeron
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-09-13[asan] Remove lit -j5 flag for android tests.Evgeniy Stepanov
2016-08-11[asan] abort_on_error=1 by default on Android.Evgeniy Stepanov
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-06[asan] Reenable ASan tests in "check-all"Kuba Brecka
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-21[asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner
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-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
2015-03-05[ASan] Fix asan-(32|64)-bits lit tests feature.Alexey Samsonov
2015-02-20Make FileCheck be a common dependency, not an ASan one.Filipe Cabecinhas
2015-02-03[ASan] Run tests with both static and dynamic runtime on Windows by default.Alexey Samsonov
2015-01-29[ASan] Generalize/simplify lit test configs generation.Alexey Samsonov
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-11-18[asan] Fix CMake CMP0046 warning in standalone build.Evgeniy Stepanov
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-10-10[asan][mips] Adding support of asan for mipsel archPetar Jovanovic
2014-10-01[sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov
2014-09-30[asan] Run tests with the default compiler on Android.Evgeniy Stepanov
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-06-24[asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders
2014-06-09[asan] Remove dependency of tests on runtime library in standalone build.Evgeniy Stepanov
2014-06-05[asan] Add 'asan' to asan test deps.Evgeniy Stepanov
2014-06-05[asan] Fix lit tests setup on Android.Evgeniy Stepanov
2014-05-29light up sanitizers for ARM, take 2Greg Fitzgerald